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 />

Parameter Names<br />

The inline comment character (! or *) must be preceded by a white space. If not, Eldo could<br />

ignore it in the case of a parameter value, or consider it a valid character in node names. In the<br />

example below, the first line is accepted, without any error or warning message, to be identical<br />

to the second:<br />

r1 1 2 5! 22<br />

r2 2 0 5 22<br />

“5!” is interpreted as the number 5 and the 22 is parsed as the TC1 temperature coefficient.<br />

A set of comment lines can also be grouped together into a block as shown below:<br />

#com<br />

A block of<br />

comment<br />

#endcom<br />

In these cases the * character is not needed.<br />

Tip<br />

See “.COMCHAR” in the Eldo Reference Manual.<br />

Related Topics<br />

Netlist Structure<br />

General Aspects of the Language Syntax<br />

Parameter Names<br />

Parameter names may contain an arbitrary sequence of alphanumeric characters, including %, $,<br />

#, _, !. Parameter names cannot be broken at the end of a line. Parameter names should not<br />

contain boolean operators. Such a name can be quite ambiguous.<br />

String Parameters<br />

Eldo accepts quoted character strings as parameter values. These string values may be used for<br />

model names and filenames. To use a string as a parameter, enclose the string within double<br />

quotes, for example:<br />

.param TT1="ResMod"<br />

A string parameter can be defined on multiple lines if the string on each line is enclosed within<br />

double quotes, for example:<br />

104<br />

Eldo® User's Manual, 15.3

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

Saved successfully!

Ooh no, something went wrong!