srinivasan_muthukrishnan19
01/09/2023, 10:02 AMStefan Schippers
01/09/2023, 10:58 AMsky130_fd_pr/
directory contains all sky130 silicon devices, these are mosfets, silicon/poly resistor, mos varactors, Metal Insulator Metal (MIM) capacitors, bipolar transistors, diodes, ...srinivasan_muthukrishnan19
01/09/2023, 11:28 AMsky130_fd_pr/
does have mosfets or is it only FINFETS?
regarding corner files , in
sky130_fd_pr/corner.sym
Only corner tt is available, can we directly change or should we have model file for PVT variation for slow, fast and other cases? I attach the image for reference.Stefan Schippers
01/09/2023, 11:54 AMnfet_*
and pfet_*
models are MOS transistors, there are no FinFets.
for the corner you can set corner=tt, corner=ff, corner=ss, forner=fs, corner=sf
. the *_mm
variants (tt_mm, ss_mm, ff_mm, fs_mm ....
) are for mismatch/montecarlo simulations. Don't use these unless you are running multiple simulations to see the effect of variations in your circuit.srinivasan_muthukrishnan19
01/09/2023, 11:57 AMsrinivasan_muthukrishnan19
01/09/2023, 1:16 PMStefan Schippers
01/09/2023, 2:00 PMStefan Schippers
01/09/2023, 2:03 PM.option savecurrents
.control
save all
tran // ac // dc // whatever simulation command
write circuit_name.raw
.endc