Skip to content

Commit 75720ae

Browse files
louiicmynguyenXS
andcommitted
Update - preplace registerfile
Signed-off-by: louiic <[email protected]> Co-authored-by: My Nguyen <[email protected]>
1 parent d3319c1 commit 75720ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/designs/asap7/megaboom/macro-placement.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ foreach instName [list \
4444
coreplex/RocketTile/core/bpd_stage/br_predictor/brob/entries_info/u_entries_info_ext/u_regfile \
4545
] {
4646
set orient [lindex $orientList $flag]
47+
puts "====> instance $instName"
4748
set inst [$block findInst $instName]
49+
if {$inst == "NULL"} {
50+
puts "ERROR ====> instance $instName"
51+
}
4852

4953
set bbox [$inst getBBox]
5054
set w [$bbox getDX]

0 commit comments

Comments
 (0)