Xilinx / finn

Dataflow compiler for QNN inference on FPGAs
https://xilinx.github.io/finn
BSD 3-Clause "New" or "Revised" License
681 stars 218 forks source link

Can't find 'MatrixVectorActivation_0_wstrm' IP #961

Closed ppccww0201 closed 5 months ago

ppccww0201 commented 5 months ago

Hi

I'm trying to make own RTL System containing finn stitched IP.

image Build was done and I add all the stitched IP's which are located in highlighted(in image) directories by 'Settings->IP->Repository' in Vivado.

Almost of IP's are included in my system, but only MatrixVectorActivation_0_wstrm (also 1,2) module is absent. image

Where can I find that IP?

Am I doing something wrong?

Thank you!

ppccww0201 commented 5 months ago

Oops it can be solved easily by #400.

Importing *.v file is all I need. Not IP.