Ryan R
05/23/2022, 12:03 PMTim Edwards
05/23/2022, 1:34 PMlef write
. For a large macro, use lef write -hide
so that it just blocks the whole area (except the pins) with obstruction.
The pins are determined by enumerating all shapes on a net and making all of them into shapes in the PIN record. There are various options to the lef write
command for limiting the area marked as a pin.
I expect what you want is just to do lef write -hide
. Without -hide
, all the internal nets will be in the abstract view; if the nets connect to a pin they will be part of the pin, and if not, they will be marked as obstruction layers.Ryan R
05/25/2022, 5:12 AMRyan R
05/25/2022, 10:26 AMRyan R
05/25/2022, 10:26 AMTim Edwards
05/25/2022, 1:19 PMRyan R
05/25/2022, 1:21 PMRyan R
05/25/2022, 1:21 PMRyan R
05/25/2022, 1:23 PMTim Edwards
05/25/2022, 1:55 PMload <cellname>
, presumably here load decoder_with_pmos_D1_g5d10_tapped_2305
.