Emmanuel Innocent
04/22/2024, 5:00 PMMitch Bailey
04/22/2024, 9:56 PMStefan Schippers
04/23/2024, 9:02 PM.../share/pdk/sky130A/libs.tech/combined/continuous/models_fet.spice
). So with patience and some research you can get all the long/wide channel parameters to do reasonably accurate hand calculations. I am not a model / TCAD expert, so anyone with experience in the matter could give better hints.
Example: the pfet_01v8 mos transistor (in file models_fet.spice
):
.subckt sky130_fd_pr__pfet_01v8 d g s b mult=1
...
...
.model pshort_model.1 pmos
+ level = 54 lmin = 8E-6 lmax = 2.02E-5 wmin = 7E-6 wmax = 1.01E-3
...
... all model parameters listed
...
you see in above file section the model.1
bin is valid for long / wide channels so this is a good bin to get model parameters from (no significant deviations for short/narrow channel)Emmanuel Innocent
04/27/2024, 11:47 PM