Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions flow/designs/asap7/mock-array/power.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ for {set x 0} {$x < 8} {incr x} {
}
}

# OpenSTA reports reg2reg paths inside macros,
# whereas these paths are hidden to OpenROAD that
# uses a .lib file for the macros.
log_cmd report_checks

log_cmd report_power

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