Hey everyone, so I would like to dive into the transistor mismatch analysis for this PDK. From this classical paper on transistor mismatch (
https://ieeexplore.ieee.org/document/572629), there are two major contributors to mismatch, one is due to
Vt
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.