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.

Simulator Compatibility<br />

Netlist in Compat Mode<br />

Parameters<br />

Multiple assignment of parameters which can be overwritten sequentially is allowed.<br />

In model instantiations, Eldo checks whether there is a .MODEL with the same name as the<br />

string after the nodes in a model declaration. If not, it looks for a parameter name.<br />

In .PARAM statements, LOT and DEV are not treated as keywords, however LOT/GAUSS,<br />

DEV/GAUSS, LOT/, and DEV/ are.<br />

Quotes<br />

Double quotes are treated as single quotes. (In standard Eldo mode, double quotes are used to<br />

specify a parameter string.) Use option QUOTSTR to treat double quotes as a parameter string<br />

delimiter.<br />

Order of Analyses<br />

Analyses are performed in the order specified in the netlist. The order in which analyses are<br />

performed can then differ from the original Eldo order, and there can be multiple analyses of the<br />

same type to be run sequentially. In addition, .PRINT/.PLOT/.EXTRACT/.MEAS commands<br />

are seen only by the preceding command. Example:<br />

.tran 1n 10n<br />

.print tran v(1)<br />

.tran 1n 50n<br />

.print tran v(2)<br />

.end<br />

In compat mode, the first .tran command forces Eldo to do a transient simulation between 0 and<br />

10n. Only v(1) will be displayed. The second .tran command forces Eldo to do a transient<br />

simulation between 0 and 50n. Only v(2) will be displayed for that simulation.<br />

Order of Analyses—AC in the Middle of a .TRAN<br />

AC in the middle of transient is handled with respect to the compat mode ordering rule (as<br />

described above). Whenever a .AC command, a .TRAN command, and a .OP command<br />

containing time specifications are specified in the .cir file, then the results will be:<br />

• .ac followed by .tran<br />

AC will be performed during the transient because .ac appears before .tran<br />

• .tran followed by .ac<br />

AC will be performed after the transient, and not inside it. A warning is issued:<br />

176<br />

Eldo® User's Manual, 15.3

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

Saved successfully!

Ooh no, something went wrong!