mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
* Add support for "well" direction type (nwell, pwell, etc.), and fix isBuffer (+ other functions) to accommodate wells * Just fix isBuffer issue
6 lines
165 B
Tcl
6 lines
165 B
Tcl
# is_buffer property
|
|
read_liberty ../examples/sky130hd_tt.lib.gz
|
|
read_verilog get_is_buffer.v
|
|
link_design dut
|
|
report_object_full_names [get_cells -filter is_buffer]
|