SAIFIINDUSTRIES's picture
Add Batch 2 with 10 repos
198fb2a verified
Raw
History Blame
359 Bytes
# Read standard cells and macros as blackbox inputs
read_liberty -overwrite -setattr liberty_cell -lib {*}$::env(LIB_FILES)
read_liberty -overwrite -setattr liberty_cell \
-unit_delay -wb -ignore_miss_func -ignore_buses {*}$::env(LIB_FILES)
if { [info exists ::env(UNSET_ABC9_BOX_CELLS)] } {
setattr -mod -unset abc9_box {*}$::env(UNSET_ABC9_BOX_CELLS)
}