FINN Hardware Resource Usage in Pynq-Z2 #1003
-
Hello, I have quantized and trained the CNV model which is from Brevitas Github repo. Then, I compiled it by FINN by following CNV end-to-end example and run it in Pynq-Z2. I would like to learn how much hardware resource of just the FPGA it uses. Do you recommend a guide or a notebook? Thank you, Bests, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, you can inspect the design manually using the Vivado GUI or use the If you use the FINN builder, it will also copy the Vivado utilization report to "report/post_synth_resources.xml" in your output directory. |
Beta Was this translation helpful? Give feedback.
Hi,
you can inspect the design manually using the Vivado GUI or use the
post_synth_res
FINN analysis pass:finn/src/finn/analysis/fpgadataflow/post_synth_res.py
Line 38 in 766e9fb
If you use the FINN builder, it will also copy the Vivado utilization report to "report/post_synth_resources.xml" in your output directory.