Jon Ho
04/29/2023, 3:42 PMTim Edwards
04/29/2023, 3:45 PMTim Edwards
04/29/2023, 3:52 PMarea=400
for the diode area extracted from layout, which is going to cause property errors regardless of what you do about pj
. This value (which comes from incorrect assumptions about how the SkyWater 1e-6 scalefactor gets applied in the case of model level 3 diodes) is from an earlier version of the PDK and has since been corrected (after a long discussion with Stefan Schippers about how those values operate in ngspice simulation). You probably want to update the PDK so that the extracted layout produces correct area and perimeter values (which are in bizarre units, as you can see from the schematic values, which are actually correct).Mitch Bailey
04/29/2023, 3:57 PMpj
parameters.Stefan Schippers
04/29/2023, 4:15 PMxschem_sky130
installation (normally pulled in by open_pdks during installation) is rather old. The pj parameter was added for diodes in September 2022.
commit 9da27783b3166b76f5e494df83567f1f9766454a
Author: Stefan Frederik <stefan.schippers@gmail.com>
Date: Wed Sep 28 19:17:51 2022 +0200
add pj (perimeter) in diodes, show area and pj next to symbol
Jon Ho
04/30/2023, 9:37 PM