OpenROAD
OpenROAD copied to clipboard
Add support to query liberty attributes through get_property
The request is to add support to query liberty attributes through tcl.
Example:
set liberty_lib_cell [get_lib_cells -of_objects $cells]
set area [get_property $liberty_lib_cell area]