Koustubh
05/16/2024, 2:10 PMTim Edwards
05/16/2024, 2:36 PMtech/gscl45nm
).Koustubh
05/16/2024, 3:07 PMff
, nom
and ss
are the model variants as per various corners (fast fast, nominal and slow slow respectively).
Would it work if I use these with the built-in ngspice symbols ,using the device_model
parameter for the symbols, in xschem ?
My apologies for asking so many questions, since I have never used a proper PDK or proprietary tools like Cadence before.Tim Edwards
05/16/2024, 3:13 PMtran_models
directory. There are some differences between hspice and ngspice syntax, but generally they are compatible.Stefan Schippers
05/16/2024, 5:51 PMStefan Schippers
05/16/2024, 6:06 PMnmos_vth
and it ran out of the box. Just used the process agnostic devices/nmos4.sym
and model copied into the instance device_model
attribute. The test schematic has all symbols embedded (embed=true
on all instances)so it has no dependencies.
For more serious simulations do not use the device_model
attribute, use some `.include`s to read the needed model files.