Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Spice Eldo Aternating netlist and include files

Status
Not open for further replies.

Dino1400

Full Member level 1
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:
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
this give me errors any way i can alternate a group of files and netlists
 
Last edited by a moderator:

Hi Dino

Could you show the output log, to try to understand the error you get?
I am not sure the .del is needed...
 

First, Thank you Mourad for your replay, here is what i have now
inc ./project/_c_tt.dspf
.inc prolect/_design_v3.sp
.lib '/corner.lib' TT
.temp 25
.alter ff_corner
temp -40
.del lib '/corner.lib' TT
.lib '/corner.lib' FF
.del 'inc ./project/_c_tt.dspf'
.inc inc ./project/_c_ff.dspf
.alter SS_corner
temp 125
.del lib '/corner.lib' FF
.lib '/corner.lib' SS
.del 'inc ./project/_c_ff.dspf'
.inc inc ./project/_c_ss.dspf


the error i have is:
SUBCKT "........": is defined twice.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top