Electronic – Are there MOS VLSI Process Design Kits (SPICE models) for free SPICE simulators

edamosfetsimulationspicevlsi

I want to do some proof-of-concept work in IC analogue IC design. I know that plenty of free circuit simulators exist (LTSpce, NgSpice etc.), however they are meant for PCB simulation and most perform poorly when attempting any serious work with transistor level designs. I know that this is mainly because they are supplied with elemental (MOS) device models that fail to capture the intricacies found in true silicon circuits.

My question is whether there exist some open source Process Design Kits (PDK), libraries of SPICE models, that one can use with any of the free simulators (or PSPICE, cause the OrCad-light version supplied by Cadence would suffice). I did some work in Cadence IC Design environments in uni and worked with both the AMS 0.35um pack, which is a real technology, and the GDPK 180 which they provide as a "general" PDK to play around. The later is exactly what I'd be looking for. For this project:

  • I don't need latest deep submicron tech (none of the SiO/FinFET stuff), it can honestly be quite old tech (like the aforementioned 180nm)

  • It doesn't have to be super-robust for any ultra-high frequency applications, I'm not intending on RF applications

  • It must be able to handle low power, subthreshold region operation (which is mainly why I'm asking the question)

  • It would be nice if it converged well with 100 nodes. From my experience PSPICE produced some very odd results (random jitter…) in circuits that contained multiple complex components (this might be the simulator's fault, the models' fault or my fault, hard to tell)

  • I would like to be able to specify gate width and length as a minimum for PMOS and NMOS devices, instead of having a discrete model for every possible W/L configuration (preferably).

I know PDK's are provided by foundries and are process specific. I know this is often industrial data that is protected as IP. All I hope for, is that for academic purposes there are libraries of models that aren't rubbish and are "good enough" if one wants to do serious simulation of circuits in CMOS.

Thank you for any responses!