Ahmed Reda
11/20/2022, 9:39 PMMitch Bailey
11/20/2022, 11:21 PMsky130A/libs.tech/ngspice/sky130_fd_pr__model__pnp.model.spice:.include "../../libs.ref/sky130_fd_pr/spice/sky130_fd_pr__pnp_05v5_W0p68L0p68.model.spice"
sky130A/libs.tech/ngspice/sky130_fd_pr__model__pnp.model.spice:.include "../../libs.ref/sky130_fd_pr/spice/sky130_fd_pr__pnp_05v5_W3p40L3p40.model.spice"
but these are discrete models that aren’t extracted from gds (but should be extractable from magic).
Could you modify your extracted spice model to either sky130_fd_pr__pnp_05v5_W0p68L0p68
or sky130_fd_pr__pnp_05v5_W3p40L3p40
, include sky130A/libs.tech/ngspice/sky130_fd_pr__model__pnp.model.spice
and see if that works?
May need a change to the pdk.Stefan Schippers
11/21/2022, 12:15 AMsky130_fd_pr__pnp_05v5_W3p40L3p40
. try to manually change the pnp model names in bandgap_lvs.spice. Also remove the area=..
parameter, these pnp models are not parametric, they have a fixed layout (and setting area to 0 is nonsense either).Ahmed Reda
11/21/2022, 12:21 PM