10.06.2016 Views

eldo_user

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Eldo Control Language<br />

Extended Simulation Functions<br />

_simu_load<br />

Task function category: Simulation Flow-Control Functions<br />

This function has similar syntax to the current simulation function and its purpose is to setup the<br />

simulation environment. It will create the simulation file dir/file.cir and return a result structure<br />

(as the simulation command): as usual, its simu_status attribute is set to 0 if no syntax error was<br />

found during the netlist processing. This is the first command to be executed before any other<br />

advanced simulation function. No other flow-control function can be run if this function has not<br />

successfully executed.<br />

Usage<br />

_simu_load([name="dir/file.cir"], [log="dir/file.log"],<br />

+ [args="-<strong>eldo</strong>_arg"], [testbench1(arg1=val1)], [testbench2(arg2=val2)],<br />

...<br />

+ [out_vars="@extract1 @wave2"])<br />

Arguments<br />

• name="dir/file.cir"<br />

Simulation file to be created.<br />

• log="dir/file.log"<br />

Log file.<br />

• args="-<strong>eldo</strong>_arg"<br />

List of Eldo arguments.<br />

• testbench1(arg1=val1)<br />

Testench 1<br />

• testbench2(arg2=val2)<br />

Testbench 2.<br />

• out_vars="@extract1 @wave2"<br />

Specifies which data will be requested at the end of the simulation (in _simu_end).<br />

Related Topics<br />

_simu_end<br />

_simu_set_cond<br />

_simu_reload<br />

_simu_run<br />

Extended Simulation Functions<br />

Eldo® User's Manual, 15.3 1029

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!