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

Merging Instances in Parallel<br />

• -queue in the Eldo Reference Manual<br />

Merging Instances in Parallel<br />

By default, Eldo merges instances connected in parallel into a single instance. The parallel<br />

instances must have the same set of parameters, and follow each other consecutively.<br />

The multiple instances are reduced into a single instance by Eldo with the M parameter, for<br />

example:<br />

X1 1 2 FOO A=1 B=1<br />

X2 1 2 FOO A=1 B=1<br />

X3 1 2 FOO A=1.0 B=1<br />

X4 1 2 FOO A=1 B=1<br />

Here, X3 remains as it is because the character string for A does not match, X4 remains as it is<br />

because it does not follow the other instances to be merged (X3 has broken the merge<br />

sequence). Merging is done for X instances X1 and X2; they will be replaced by:<br />

X1 1 2 FOO A=1 B=1 M=2<br />

An example showing the merging of parallel instances with different instances between:<br />

X1 A B INV1 W=0.8U L=0.35U<br />

xr1 B 0 RES<br />

X2 A B INV1 W=0.8U L=0.35U<br />

xr2 B 0 RES<br />

Merging is done for X instances X1 and X2, and also X instances xr1 and xr2. They will be<br />

replaced by:<br />

X1 A B INV1 W=0.8U L=0.35U M=2<br />

xr1 B 0 RES M=2<br />

This behavior applies to:<br />

• Resistors<br />

• Diodes<br />

• BJTs<br />

• MOSFETs<br />

158<br />

Eldo® User's Manual, 15.3

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

Saved successfully!

Ooh no, something went wrong!