Added the missing NPN to the all.spice file (correction done in the script "fix_spice_includes.py"). This was mentioned in the script but never implemented.
diff --git a/VERSION b/VERSION index ea13f22..f28324a 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -1.0.299 +1.0.300
diff --git a/sky130/custom/scripts/fix_spice_includes.py b/sky130/custom/scripts/fix_spice_includes.py index 3a53fbb..69dbb14 100755 --- a/sky130/custom/scripts/fix_spice_includes.py +++ b/sky130/custom/scripts/fix_spice_includes.py
@@ -14,6 +14,8 @@ newbjts = [] newbjts.append('sky130_fd_pr__pnp_05v5_W3p40L3p40') +newbjts.append('sky130_fd_pr__npn_05v5_W1p00L1p00') +newbjts.append('sky130_fd_pr__npn_05v5_W1p00L2p00') newvars = [] newvars.append('sky130_fd_pr__cap_var_hvt')