Is there a document contain the technology paramet...
# sky130
e
Is there a document contain the technology parameters of mosfets of sky130 like uncox , lambda , etc. ? please provide a link.
l
As I understand it, lambda is 0.15um
(Based on the Poly 1 minimum critical dimension)
e
how to get Uncox and Upcox or what its name in this manual ?
l
The process stack diagram lists K values
l
All these parameters can be found in the transistor BSIM model files... and they are buried among zillions of lines. + u0 = 0.0318614 for the nfet_1v8, for example. https://raw.githubusercontent.com/google/skywater-pdk-libs-sky130_fd_pr/f62031a1be9aefe90[…]36/cells/nfet_01v8/sky130_fd_pr__nfet_01v8__tt.pm3.spice
But it doesn't matter, really. The model takes into account many variables, such as the transistor physical dimensions, terminal voltages, process variability, temperature, etc, to calculate these parameters. The best thing you can do is extract those parameters with your own testbench for the transistor dimensions you plan to use in your designs.
j
The BSIM model has roughly 1000 equations and a couple hundred parameters. The days are long gone where Level 1 or Level 2 spice models were used. Just simulate a the device, or devices, and measure the "text book" values.
l
Is it expected that it takes way longer to simulate with the vendor transistor model than with the default ngspice model?
(Answer: no, the model that SkyWater provide is not a mosfet but a subcircuit, and ngspice complains)