Yueting Li
03/31/2022, 1:59 AM*Title: test mc include sky130_fd_pr__pnp_05v5_W3p40L3p40 or not
.lib " OPEN_PDKS_PATH/sky130A/libs.tech/ngspice/sky130.lib.spice" mc
XQ1 GND GND vbneg sky130_fd_pr__pnp_05v5_W3p40L3p40 m=39
I got error like this:
Circuit: *title: test mc include sky130_fd_pr__pnp_05v5_w3p40l3p40 or not
Error: unknown subckt: xq1 0 0 vbneg sky130_fd_pr__pnp_05v5_w3p40l3p40 m=39
Simulation interrupted due to error!
Error: there aren't any circuits loaded.
Does anyone has suggestions towards which corner (tt/ff/...) to choose and how to set parameter mc_mm_switch/mc_pr_switch when doing monte carlo simulations.Tim Edwards
03/31/2022, 12:21 PMsky130.lib.spice
includes parameters/montecarlo.spice
which includes all of the model files, including the NPNs, but is missing the PNPs. Just add the include lines for the PNPs in montecarlo.spice
. I will write a script in the open_pdks installer to correct it.Yueting Li
03/31/2022, 10:33 PMTim Edwards
04/01/2022, 12:25 AMYueting Li
04/01/2022, 12:53 AM