Skip to content

Commit f3a0813

Browse files
committed
Adding xml qor reporting
1 parent 67e89da commit f3a0813

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/baremetal/vivado_template.j2

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ wait_on_run synth_1
3434
open_run synth_1
3535

3636
# === REPORTING ===
37-
report_utilization -file "$proj_dir/post_synth_util.rpt"
38-
report_timing_summary -file "$proj_dir/post_synth_timing.rpt"
37+
report_utilization -file "post_synth_util.rpt"
38+
report_timing_summary -file "post_synth_timing.rpt"
39+
report_qor -name qor_summary -file "qor_summary.xml -format XML

0 commit comments

Comments
 (0)