Skip to content

Commit a66522d

Browse files
committed
mock-array: add report_checks to power.tcl
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 0b17642 commit a66522d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flow/designs/asap7/mock-array/power.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ for {set x 0} {$x < 8} {incr x} {
2020
}
2121
}
2222

23+
# OpenSTA reports reg2reg paths inside macros,
24+
# whereas these paths are hidden to OpenROAD that
25+
# uses a .lib file for the macros.
26+
log_cmd report_checks
27+
2328
log_cmd report_power
2429

2530
set vcd_file $::env(RESULTS_DIR)/MockArrayTestbench.vcd

0 commit comments

Comments
 (0)