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.

Running Parametric Analyses<br />

Removing .EXTRACT Statements from a Simulation Rerun<br />

Removing .EXTRACT Statements from a Simulation<br />

Rerun<br />

To remove .EXTRACT commands specified in the nominal netlist from the subsequent<br />

simulation rerun (.ALTER) use the .FILTER command. For example, to remove the undesired<br />

.EXTRACT labeled foo inside the .ALTER specify:<br />

...<br />

.extract label=foo<br />

.alter<br />

.filter extract label=foo pass(foo)<br />

See Also<br />

• .ALTER in the Eldo Reference Manual<br />

• .FILTER in the Eldo Reference Manual<br />

Related Topics<br />

Controlling Alter Blocks<br />

.ALTER Examples<br />

Controlling Alter Blocks<br />

Use option ALTER_NOMINAL_TEXT=label to attach a label to the nominal run. The label<br />

used is the same as that specified in the command, for example: .ALTER label. This label is<br />

printed in the .chi/.aex file or attached to the JWDB waveforms in the parameter table of<br />

compound waveforms. The label string should be enclosed between double quotes if it contains<br />

space characters.<br />

Use option ALTER_SUFFIX to switch the naming convention for swept waves used in<br />

.ALTER statements between: xxx and xxx_alter:XX.<br />

For JWDB output, the alter index number can be viewed when highlighting waveforms in the<br />

EZwave Waves window.<br />

Error handling of multiple run netlists can be managed with option STOPONFIRSTERROR.<br />

When set to 2, the first error stops the simulation even if the netlist file contains .ALTER<br />

statements for multiple simulation runs. When set to 1, if the netlist file contains .ALTER<br />

statements, Eldo will stop on the first .ALTER that has an error, but continue with the remaining<br />

.ALTER statements.<br />

To replace one file by another one when using the Eldo re-run facility, use the option ALTINC.<br />

This forces Eldo to replace the first .INCLUDE statement found in an input netlist by the first<br />

.INCLUDE statement found in the .ALTER section of the netlist.<br />

Eldo® User's Manual, 15.3 299

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

Saved successfully!

Ooh no, something went wrong!