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 89fe9a8 + 19421e7 commit 73e3d92Copy full SHA for 73e3d92
src/dbSta/src/dbSta.tcl
@@ -93,7 +93,7 @@ proc report_cell_usage { args } {
93
94
set module [[ord::get_db_block] getTopModule]
95
if { $args != "" } {
96
- set modinst [[ord::get_db_block] findModInst $args]
+ set modinst [[ord::get_db_block] findModInst [lindex $args 0]]
97
if { $modinst == "NULL" } {
98
sta_error 1002 "Unable to find $args"
99
}
0 commit comments