get_property <lib_port> lib_cell

This commit is contained in:
James Cherry 2020-01-26 13:37:39 -07:00
parent f7171d9bf4
commit 5fbf1f93d1
1 changed files with 2 additions and 0 deletions

View File

@ -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")) {