@User I have a question regarding the capacitance extraction.
I'm running the following script in magic to get the contact parasitics of a single transistor:
extract do capacitance
extract do resistance
extract do coupling
extract all
ext2sim alias on
ext2sim labels on
ext2sim
extresist tolerance 1000000
extresist simplify off
extresist all
ext2spice cthresh 0
ext2spice rthresh 0
ext2spice extresist on
ext2spice -y 5
And I'm getting a netlist that contains the distributed capacitances as well as the inter-port capacitances. Should I manually delete the inter-port capacitances, as they may be the lumped result of the distributed capacitances, or are the values correct?
(I'm away from my computer, so I can't attach the netlist at this time)