Tom
05/29/2021, 3:18 AMlocali
. The poly resistors extract fine but the long locali
connection doesn't produce a resistor element as I expect it to. I get lots of pcaps though just no `R`s. I've attached my .mag
. The extraction script im using is as follows. I copied it from a post you made describing the method we should use to extract parasitic `R`s.
load $MAG_CELL
flatten ${CELL_NAME}_flat
load ${CELL_NAME}_flat
extract all
ext2sim labels on
ext2sim
extresist tolerance 10
extresist
ext2spice lvs
ext2spice cthresh 0.01
ext2spice extresist on
ext2spice -o $OUTPUT_FILE_NAME
exit
And this is the resulting netlist:
* NGSPICE file created from pextest_top_flat.ext - technology: sky130A
* Top level circuit pextest_top_flat
X0 a_2_0# a_2_532# VSUBS sky130_fd_pr__res_high_po_0p35 l=500000u
X1 a_2_0# a_2714_494# VSUBS sky130_fd_pr__res_high_po_0p35 l=500000u
C0 a_2_0# a_2_532# 0.04fF
C1 a_2_0# a_2714_494# 0.04fF
C2 a_2714_494# VSUBS 0.35fF
C3 a_2_0# VSUBS 2.23fF
C4 a_2_532# VSUBS 0.35fF
.end
Tim Edwards
05/29/2021, 2:16 PMTom
06/02/2021, 4:58 PMTim Edwards
06/02/2021, 6:46 PM.option RSHUNT=1e20
(or some ridiculously large value).Tom
06/03/2021, 2:15 AM