Skip to content

Commit

Permalink
Merge pull request #6624 from gadfort/fix-modinst-lookup
Browse files Browse the repository at this point in the history
dbSta: fix modinst lookup
  • Loading branch information
maliberty authored Feb 2, 2025
2 parents 89fe9a8 + 19421e7 commit 73e3d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbSta/src/dbSta.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ proc report_cell_usage { args } {

set module [[ord::get_db_block] getTopModule]
if { $args != "" } {
set modinst [[ord::get_db_block] findModInst $args]
set modinst [[ord::get_db_block] findModInst [lindex $args 0]]
if { $modinst == "NULL" } {
sta_error 1002 "Unable to find $args"
}
Expand Down

0 comments on commit 73e3d92

Please sign in to comment.