From 328ef45261e33762d2399c520fb20c96fc36cf71 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Sat, 21 Sep 2024 18:58:23 -0700 Subject: [PATCH] Smallfix --- sdc/Sdc.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdc/Sdc.tcl b/sdc/Sdc.tcl index ff1fd60a..749d4d72 100644 --- a/sdc/Sdc.tcl +++ b/sdc/Sdc.tcl @@ -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]