Chris
09/15/2023, 4:14 AMVt
and another is due to the charge mobility (electrons \mu_n
and holes \mu_p
), and their mismatch equation is attached as the picture. In short, where could I find that parameter Ap
for Vt
and \mu
? I know there is this slope file here:
https://github.com/google/skywater-pdk-libs-sky130_fd_pr/blob/f62031a1be9aefe902d6[…]/cells/nfet_01v8/sky130_fd_pr__nfet_01v8__mismatch.corner.spice
But I am not 100% sure if they are really what I am looking for. For example, for the Vt
there are two different slope values; and I do not see any ones related to the charge mobility.
Any idea on this? Thanks.Luis Henrique Rodovalho
09/15/2023, 4:45 PM* SKY130 Spice File.
.param sky130_fd_pr__nfet_01v8__toxe_slope_spectre = 0.0
.param sky130_fd_pr__nfet_01v8__vth0_slope_spectre = 0.0
.param sky130_fd_pr__nfet_01v8__voff_slope_spectre = 0.0
+ toxe = {4.148e-09+sky130_fd_pr__nfet_01v8__toxe_slope_spectre*(4.148e-09*1.0*(sky130_fd_pr__nfet_01v8__toxe_slope/sqrt(l*w*mult)))}
vth0 = {0.5190093+sky130_fd_pr__nfet_01v8__vth0_slope_spectre*(sky130_fd_pr__nfet_01v8__vth0_slope/sqrt(l*w*mult))}
+ voff = {-0.1052686+sky130_fd_pr__nfet_01v8__voff_slope_spectre*(sky130_fd_pr__nfet_01v8__voff_slope/sqrt(l*w*mult))}
Luis Henrique Rodovalho
09/15/2023, 4:52 PMChris
09/15/2023, 6:03 PMLuis Henrique Rodovalho
09/15/2023, 6:42 PM