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.

Examples<br />

Example 21—Post-Layout Simulation using DSPF<br />

.alter<br />

.DSPF_INCLUDE FILE=./dspf_opamp_follower.dspf DEV=DSPF<br />

+ LEVEL=C<br />

The nominal run is the pre-layout reference. The first .alter statement above runs the same<br />

simulation, but this time using post-layout information from the dspf_opamp_follower.dspf<br />

DSPF file (extracted from the opamp GDSII layout with Mentor Calibre xRC). Specifying<br />

DEV=DSPF means that we also use the Instance section of the .dspf file. The instance section<br />

basically contains the intentional devices (the MOS devices in this case). As the LEVEL is set<br />

to C, only the grounded capacitors are taken into account (more precisely, the compound<br />

capacitors indicated with the *|NET statements in the .dspf file are included). In this example<br />

there are 9 such capacitors. The output waveform V(OP) is slightly degraded (slower and less<br />

stable) compared to the pre-layout reference.<br />

.alter<br />

.DSPF_INCLUDE FILE=./dspf_opamp_follower.dspf DEV=DSPF<br />

+ LEVEL=RCC<br />

+ RMINVAL=0.1 CCMINVAL=0.001f<br />

In the second .alter statement the command is specified with a different filtering. As the LEVEL<br />

is set to RCC, the full DPSF content is used (all resistors, coupling and grounded capacitors).<br />

However we apply some clamping to the values of the resistors and coupling capacitors. All<br />

resistors smaller than 0.1 Ohm are ignored (shorted), and all coupling capacitors smaller than<br />

0.001fF are ignored. The output waveform V(OP) is marginally different compared to the<br />

previous case.<br />

Notice the notes that are generated relating to the replacement of nodes in the original netlist by<br />

DSPF networks:<br />

Note 70: Node X_OPAMP1.DIFFP has been replaced by a DSPF network.<br />

Note 70: Node X_OPAMP1.DIFFN has been replaced by a DSPF network.<br />

Note 70: Node X_OPAMP1.CURMIR has been replaced by a DSPF network.<br />

Eldo® User's Manual, 15.3 1325

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

Saved successfully!

Ooh no, something went wrong!