Xilinx / finn

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

[Thresholding rtl] Update template wrapper file names to match top module name. #1006

Closed azizb-xlnx closed 6 months ago

azizb-xlnx commented 6 months ago

the onnx node names were being used as the top level wrapper file name, when running Zynq builds the onnx node name are changed due to graph partitioning causing stitched IP to lose track of the wrapper file name. this patch will use the top_module_name variable as wrapper file name instead so there is consistency between different steps of the finn flow.