Stijn van Himste
11/20/2023, 10:03 AMTim Edwards
11/20/2023, 6:23 PMsky130.lib.spice
, the "mc" corner (as defined) does not enable mismatch, but only process variation. That's not to say you can't do it. It just means that I didn't provide a convenient corner section for it in the lib.spice file. You can define your own by omitting the .lib
line from the simulation and replacing with:
* Monte Carlo process variation with mismatch
.param mc_mm_switch=1
.param mc_pr_switch=1
.include "parameters/critical.spice"
.include "parameters/montecarlo.spice"
That would give you device mismatch on top of monte carlo process variation.
Probably I should just add the section above to sky130.lib.spice
and call it mc_mm
.Stijn van Himste
11/21/2023, 10:43 AMTim Edwards
11/21/2023, 7:36 PMAdrian Bradd
11/21/2023, 11:17 PMStijn van Himste
11/22/2023, 11:55 AMTim Edwards
11/22/2023, 2:16 PM