10.06.2016 Views

eldo_user

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Eldo Control Language<br />

Statistical Processing<br />

.define_task t_main()<br />

set important_params[]=""<br />

set i = 0<br />

set width[] = 0<br />

set device[] = ""<br />

set res = 0<br />

/* Load the netlist. */<br />

res = _simu_load(name = "mc/mc.cir")<br />

if (res.simu_status == 0)<br />

_simu_set_mc_flow()<br />

/* Run nominal. */<br />

if (run_nominal() != 0)<br />

/* Run Monte-Carlo to find important parameters. */<br />

if (find_important_params(p_extract_name = "OPFREQ",<br />

+ important_params=@p_important_params)<br />

!= 0)<br />

for (i = important_params.imin;<br />

+ i

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

Saved successfully!

Ooh no, something went wrong!