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.

Debug Mode<br />

Eldo Control Language<br />

Advanced Simulation Options<br />

A specific mode is available to provide a trace of what happened during the execution of a<br />

sequence of Control Language code. Using this mode is much more efficient than inserting<br />

multiple fprint commands into your code.<br />

The trace can either be written to a file or to the standard output:<br />

• To write the trace to a file, set the environment variable ELDO_CL_DEBUG to the path<br />

to the target file:<br />

setenv ELDO_CL_DEBUG /path/file.txt<br />

• To send the trace to the standard output, set the environment variable to stdout:<br />

setenv ELDO_CL_DEBUG stdout<br />

Example of generated trace:<br />

*** In file '/home/jdoe/<strong>eldo</strong>/testcase/debug.cir'<br />

25 ** call to t_simu:<br />

16 u12

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

Saved successfully!

Ooh no, something went wrong!