We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe77cbc + a66522d commit 756455bCopy full SHA for 756455b
flow/designs/asap7/mock-array/power.tcl
@@ -20,6 +20,11 @@ for {set x 0} {$x < 8} {incr x} {
20
}
21
22
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
+
28
log_cmd report_power
29
30
set vcd_file $::env(RESULTS_DIR)/MockArrayTestbench.vcd
0 commit comments