Smallfix
This commit is contained in:
parent
3c98be53e4
commit
328ef45261
|
|
@ -2819,7 +2819,7 @@ proc set_driving_cell { args } {
|
|||
}
|
||||
} else {
|
||||
set library "NULL"
|
||||
if { [string match *_p_LibertyCell $cell_name] } {
|
||||
if { [is_object $cell_name] } {
|
||||
set cell $cell_name
|
||||
} else {
|
||||
set cell [find_liberty_cell $cell_name]
|
||||
|
|
|
|||
Loading…
Reference in New Issue