Emmi Wyttenbach
02/08/2023, 10:59 PMTim Edwards
02/09/2023, 3:10 AMpd2nw
is a diode between P-diffusion and N-well. pw2nd
is a diode between N-diffusion and P-well (or P-substrate).
The geometry will affect the breakdown somewhat because of voltage gradients across the device, especially if you don't have it properly contacted, but otherwise you can expect that roughly the same voltage occurs over the whole area of the diode, so area will only affect the amount of current through the diode, not the breakdown voltage.
Breakdown voltages are in the documentation; see https://skywater-pdk.readthedocs.io/en/main/rules/device-details.html#id74 section Diodes. There is a table of breakdown voltages there. Most breakdown voltages are in the 10-12V range. This should also match breakdown voltages in the SPICE models which is, I think, `VB`; e.g., for a standard installation of open_pdks, you could find such information in /usr/local/share/pdk/sky130A/libs.ref/sky130_fd_pr/spice/sky130_fd_pr__diode_pw2nd_05v5.model.spice
(which has vb = 11.7
, which matches VBN
or N+ breakdown voltage in the table referenced above).Jon Ho
02/09/2023, 1:43 PMTim Edwards
02/09/2023, 1:48 PMJames Meech
04/16/2024, 10:28 AM