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 Netlist Setup<br />

General Aspects of the Language Syntax<br />

General Aspects of the Language Syntax<br />

The following sections provide a summary of the Eldo language syntax. The Eldo Reference<br />

Manual contains complete descriptions of all the devices, sources, macromodels and commands<br />

listed in the following pages.<br />

Tip<br />

See “Documentation Syntax Conventions” on page 39 for a detailed description of the<br />

meanings of the different fonts, brackets, and so on, used throughout this manual.<br />

Continuation Lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103<br />

Comment Lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103<br />

Parameter Names. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104<br />

Case-Sensitivity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105<br />

Numerical Values. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107<br />

Environment Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108<br />

Continuation Lines<br />

The length of one input line is limited to 2000 characters. A line may be continued by using the<br />

+ character at the beginning of the new line. In arithmetic expressions, this leading + sign will<br />

be ignored arithmetically and handled as a continuation. Two + signs may be placed together to<br />

both continue the line, and perform the addition operation.<br />

Related Topics<br />

Netlist Structure<br />

General Aspects of the Language Syntax<br />

Comment Lines<br />

A new comment line must begin with the * or // characters.<br />

If the comment follows an Eldo statement on the same line (inline comment), it must begin with<br />

the ! (or, in some cases, the *) character. The inline comment character (! or *) must be<br />

preceded by a white space. Otherwise, the ! or * character are handled as valid characters that<br />

can, for example, be used in node names or be ignored in other cases. The * character is not<br />

allowed as an inline comment on .EXTRACT, .DEFMAC, .DEFWAVE, .MEAS,<br />

.OBJECTIVE, and .PARAM commands. Use the .COMCHAR command to specify different<br />

inline comment characters.<br />

* <br />

! <br />

Eldo® User's Manual, 15.3 103

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

Saved successfully!

Ooh no, something went wrong!