:wave: Hello, team! Thanks for offering something ...
# sky130
c
👋 Hello, team! Thanks for offering something like this! I'm trying to get started with some ngspice simulations for the mosfets in the sky130_pr library. I haven't looked at any layouts or DRC's so I'm wondering what would be appropriate values for: as ad ps pd (in terms of w, l and NF). Thanks!
k
One of the IP link from below should help https://www.vlsisystemdesign.com/ip/
c
That was helpful, thanks! I found this:
ad='int((nf+1)/2) * W/nf * 0.29' + as='int((nf+2)/2) * W/nf * 0.29' pd='2*int((nf+1)/2) * (W/nf + 0.29)' ps='2*int((nf+2)/2) * (W/nf + 0.29)'
Do you think that's accurate? I guess I assumed skywater would have more accurate information, maybe relating to the DRC minimums, or recommended sizes.
k
@Swarup Pulujkar
c
Thanks for your help. As well as ad,as,pd,ps I'm also having a hard time finding stress parameters such as sa,sd and sb. I'm mainly following ON semiconductors presentation but of course that's for a totally different process. Is it safe to assume the skywater 130 process is about the same?
Actually I found a better reference, the BSIM4 manual. Maybe this is the solution:
s
Hi, when I designed a schematic in XSCHEM some of the parameters like pd, ps were added into the spice deck by the tool itself. If I remember correctly, we removed these parameters from the spice deck after some discussions( check the post layout spice deck).