Amirhossein zanjani
10/30/2023, 9:07 AMMitch Bailey
10/30/2023, 12:53 PMload <cell>
extract no all
extract do aliases
extract do local
extract unique
extract
ext2spice lvs
ext2spice merge conservative
ext2spice short resistor
ext2spice -o <cell>.gds.spice <cell>.ext
Replace <cell> with your top cell.Tim Edwards
10/30/2023, 1:20 PMext2spice lvs and so you are getting parasitic capacitors in your netlist output, which is not what you want to do for LVS.Amirhossein zanjani
10/30/2023, 3:00 PMAmirhossein zanjani
10/30/2023, 3:22 PMTim Edwards
10/30/2023, 3:23 PMext2spice with option lvs (or equivalently option cthresh infinite) ignores all parasitic capacitances. MiM caps are devices and are extracted as such.