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.
1 parent d3319c1 commit 75720aeCopy full SHA for 75720ae
flow/designs/asap7/megaboom/macro-placement.tcl
@@ -44,7 +44,11 @@ foreach instName [list \
44
coreplex/RocketTile/core/bpd_stage/br_predictor/brob/entries_info/u_entries_info_ext/u_regfile \
45
] {
46
set orient [lindex $orientList $flag]
47
+ puts "====> instance $instName"
48
set inst [$block findInst $instName]
49
+ if {$inst == "NULL"} {
50
+ puts "ERROR ====> instance $instName"
51
+ }
52
53
set bbox [$inst getBBox]
54
set w [$bbox getDX]
0 commit comments