This commit is contained in:
Akash Levy 2024-09-21 18:58:23 -07:00
parent 3c98be53e4
commit 328ef45261
1 changed files with 1 additions and 1 deletions

View File

@ -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]