Jesse Cirimelli-Low
02/07/2022, 9:13 AMMitch Bailey
02/07/2022, 10:21 AMextract style ngspice(orig)
before extracting, you get normal spice models.Jesse Cirimelli-Low
02/07/2022, 10:53 AMTim Edwards
02/07/2022, 1:29 PMdevice <type> <name> [<value>]
where <type>
is one of: nfet
, pfet
, capacitor
, resistor
, or diode
. <name>
is the name of the device, e.g., sky130_fd_pr__nfet_01v8
, and <value>
is only given for capacitors, resistors, and diodes, and is the capacitance per unit area, resistance per unit length, or the capacitance per unit area of a reverse-biased diode.
I seem to have forgotten that updating the .prm files in the PDK was on my to-do list. . .Tim Edwards
02/07/2022, 2:00 PMdevice nfet sky130_fd_pr__nfet_01v8
device nfet sky130_fd_pr__nfet_01v8_lvt
device nfet sky130_fd_pr__nfet_g5v0d10v5
device pfet sky130_fd_pr__pfet_01v8
device pfet sky130_fd_pr__pfet_01v8_lvt
device pfet sky130_fd_pr__pfet_01v8_mvt
device pfet sky130_fd_pr__pfet_01v8_hvt
device pfet sky130_fd_pr__pfet_g5v0d10v5
; Capacitor values are in pF/centimicron^2
device capacitor sky130_fd_pr__cap_mim_m3_1 2.0E-7
device capacitor sky130_fd_pr__cap_mim_m3_2 2.0E-7
; Resistor values are in ohms/square
device resistor sky130_res_high_po_0p35 320
device resistor sky130_res_high_po_0p69 320
device resistor sky130_res_high_po_1p41 320
device resistor sky130_res_high_po_2p85 320
device resistor sky130_res_high_po_5p73 320
device resistor sky130_res_xhigh_po_0p35 2000
device resistor sky130_res_xhigh_po_0p69 2000
device resistor sky130_res_xhigh_po_1p41 2000
device resistor sky130_res_xhigh_po_2p85 2000
device resistor sky130_res_xhigh_po_5p73 2000
device resistor sky130_res_generic_nd 120
device resistor sky130_res_generic_pd 197
Tim Edwards
02/07/2022, 2:31 PMJesse Cirimelli-Low
02/07/2022, 6:32 PM