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.

tcl language : how to make a tcl script to "automatize" eldo simulations.

Status
Not open for further replies.

pierre13

Junior Member level 3
Joined
Aug 9, 2012
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,725
Hello !!
I have the very basics in tcl language (loops, files processing ...) and I would like to create a methodology which enables me to "automatize" the launch of eldo simulations.
Example : instead of launching many "eldo -i fileX.cir -oo fileX.log", I would launch "tcl -f script.tcl" and this script would launch the eldo simu according to a conf file.

The fileX.cir would be file1.cir, file2.cir, file3.cir .... with inside the netlist .spi, models and simulation options and stimuli description.

The unique conf file would contain for example the lines :
netlist .spi
model files
simu options
Temperature_of_the_simu : -40 0 125 (for example)
Voltage_of_the_simu : 0.6 1.0 1.2 (for example)
Capa_load
...

So as there are different temperatures and voltages, there are different fileX.cir (for Temp = 0C voltage = 1.0V), the file would be file1.cir for example.

These lines would be copy-paste in the different fileX.cir

Thanks for any help.

Pierre
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top