Tim Edwards
03/13/2024, 2:16 PMpj
to perim
, and the subcircuit calls the model with pj={perim}
. I patched this up in magic's device extraction, and I patched it up in the original PDK by adding subcircuit definitions for each of the diodes to make them forwardly-compatible with the continuous models, but the xschem diode symbols need the parameter changed from pj
to perim
.Stefan Schippers
03/13/2024, 3:27 PMline 90, libs.tech/combined/continuous/models_global.spice
):
.param mismatch_factor*MC_MM_SWITCH*AGAUSS(0,1.0,1) = 0 mismatch_factor*MC_MM_SWITCH*AGAUSS(0,1.0,1) = 0
I also don't understand exactly what this means and surprised why ngspice does not complain.Stefan Schippers
03/13/2024, 3:36 PMTim Edwards
03/13/2024, 3:38 PMarea=1e12 perim=1e6
.area=1e12 perim=4e6
Stefan Schippers
03/13/2024, 3:39 PMStefan Schippers
03/13/2024, 3:40 PMTim Edwards
03/13/2024, 3:47 PM