Dino1400
Full Member level 1
- Joined
- Sep 22, 2010
- Messages
- 95
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Activity points
- 1,941
I need to run several netlists in ELDO since the first netlist has Typical corner (.inc netlist_tt) i need to change it for the second run for (.inc netlist_ss) and (.inc netlist_ff).
I have used:
this give me errors any way i can alternate a group of files and netlists
I have used:
Code:
.inc circuit.sp
.inc netlist_tt.spf
.alter
.del '.inc netlist_tt.spf' than
.inc inc netlist_ss.spf
temp 125
.alter
.del '.inc netlist_ss.spf' than
.inc inc netlist_ff.spf
temp -40
.end
Last edited by a moderator: