We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e89da commit f3a0813Copy full SHA for f3a0813
1 file changed
examples/baremetal/vivado_template.j2
@@ -34,5 +34,6 @@ wait_on_run synth_1
34
open_run synth_1
35
36
# === REPORTING ===
37
-report_utilization -file "$proj_dir/post_synth_util.rpt"
38
-report_timing_summary -file "$proj_dir/post_synth_timing.rpt"
+report_utilization -file "post_synth_util.rpt"
+report_timing_summary -file "post_synth_timing.rpt"
39
+report_qor -name qor_summary -file "qor_summary.xml -format XML
0 commit comments