This message was deleted.
# analog-design
s
This message was deleted.
t
Why would you use altermod for a corner simulation? Just use the
.lib
command and select the corner you want.
a
@Tim Edwards we are trying to automate the corner simulation. The idea is to switch between all different corners available.
Ultimate goal is to automate the Analog design process.
@Tim Edwards Always appreciate all the support you are giving us. Big thank you. 🙌
e
@Tim Edwards I used it but I got error of model redefinition
a
@Eslam Morsie As we have discussed, let's use a different methodology.
e
@Amro Tork ok
t
The easiest way is just to run ngspice multiple times specifying a different corner for each run. I've done this before and have a complete system on efabless that automates analog characterization. You just create a template SPICE testbench file and put in variables like "$CORNER", and then a script goes and makes substitutions for each corner and runs ngspice, collects data, and processes it using python and/or octave and presents results with matplotlib.
a
@Tim Edwards That's what we are currently doing.
Thanks again for all the help you are giving us.