StefanCK
08/04/2022, 4:20 PMMitch Bailey
08/04/2022, 4:42 PM#-------------------------------------------------------------
# The following devices are not extracted but are represented
# only by script-generated subcells in the PDK.
#-------------------------------------------------------------
# sky130_fd_pr__esd_nfet_01v8 ESD nFET
# sky130_fd_pr__esd_nfet_05v0_nvt ESD native nFET
# sky130_fd_pr__special_nfet_pass_flash flash nFET device
# sky130_fd_pr__esd_rf_diode_pw2nd_11v0 ESD n+ diode
# sky130_fd_pr__esd_rf_diode_pd2nw_11v0 ESD p+ diode
# sky130_fd_pr__cap_vpp_* Vpp cap
# sky130_fd_pr__ind_* inductor
# sky130_fd_pr__fuse_m4 metal fuse device
#--------------------------------------------------------------
It may be possible to extract an inductor cell as a black box device which is matched against a similar schematic item but this would probably require some modification to the extract script.Tim Edwards
08/04/2022, 5:36 PMdevice
with a value "`primitive` " plus any parameters that need to be passed to the device model (e.g., "`W=1` ", etc.)
5. Create the device subcircuit model, which may be just a wrapper around an ideal inductor, or contain extra components to model the inductor's resistance and capacitance to substrate, for example.