OpenROAD icon indicating copy to clipboard operation
OpenROAD copied to clipboard

Add support to query liberty attributes through get_property

Open 20Mhz opened this issue 3 years ago • 0 comments

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]

20Mhz avatar Feb 03 '22 15:02 20Mhz