mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-07 01:36:19 +02:00
Merge branch 'master' of https://github.com/The-OpenROAD-Project/OpenSTA
This commit is contained in:
@@ -677,6 +677,8 @@ getProperty(const LibertyPort *port,
|
||||
return PropertyValue(port->name());
|
||||
else if (stringEqual(property, "full_name"))
|
||||
return PropertyValue(port->name());
|
||||
else if (stringEqual(property, "lib_cell"))
|
||||
return PropertyValue(port->libertyCell());
|
||||
else if (stringEqual(property, "direction"))
|
||||
return PropertyValue(port->direction()->name());
|
||||
else if (stringEqual(property, "capacitance")) {
|
||||
|
||||
Reference in New Issue
Block a user