Final report #1148
Final report
#1148
-
I am using an alveo board in FINN. Where can I see the final report after implementation of resource utilization and power consumption from vivado after generate bit file? I can only see the estimate and post synth resource report in the output/report folder. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
JPPalacios
Aug 19, 2024
Replies: 1 comment 8 replies
-
Hi @MFJI , |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Ba1tu3han,
You can navigate to where the *.xpr file is (it will have all the other Vivado files like sim/src/etc.) and run
vivado <proj_name>.xpr
and you should see all the project info as soon as it opens. Be sure to source your Vivado tool if you're on Linux!source /opt/Xilinx/Vivado/<YEAR>/settings64.sh