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.

Monte Carlo Analysis<br />

Local and Global Variations<br />

variations of the (W, L) parameters. The resistors R1 and R2 will receive the same random<br />

values for DLR and DW during the Monte Carlo sampling. These variables are defined as the 2-<br />

dimensional vector (DLR, DW R ).<br />

.TITLE RCWIRE_EXAMPLE<br />

* CIRCUIT PARAMETERS (WITH VARIATIONS)<br />

.PARAM VARL=0 LOT/UNIF=0.05U DEV/UNIF=0.1U<br />

.PARAM VARW=0 LOT/UNIF=0.05U DEV/UNIF=0.1U<br />

* CIRCUIT<br />

I1 0 1 1M<br />

I2 0 2 1M<br />

R1 1 0 RESISTOR<br />

R2 2 0 RESISTOR<br />

.MODEL RESISTOR R LEVEL=3 W=3U L=3U RSH=100 DW=VARW DLR=VARL<br />

.DC<br />

.MC 1000<br />

* EXTRACT<br />

.EXTRACT DC LABEL=V1 V(1)<br />

.EXTRACT DC LABEL=V2 V(2)<br />

.END<br />

The resistor R1 (respectively R2) will be associated to two independent random variables. This<br />

defines four independent uniform random variables (DL R1 , DW R1 , DL R2 , DW R2 ). The random<br />

sampling will be run with a joint probability distribution that is the product of six uniform<br />

distributions.<br />

The vector of random variables associated to this circuit is a 6-dimensional vector noted as:<br />

Note that, in the output file (the .chi file), these parameters will be named as follows:<br />

• The global variables (DL R , DW R ) will be associated to P(VARW), P(VARL).<br />

• The local variations of the width and the length of the R1 resistor will be:<br />

PEM(VARW,R1,R), PEM(VARL,R1,R).<br />

• The local variations of the width and the length of the R1 resistor will be:<br />

PEM(VARW,R2,R), PEM(VARL,R2,R).<br />

See “Parameter Naming Conventions” on page 536 for a detailed description of these macros.<br />

Eldo® User's Manual, 15.3 443

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

Saved successfully!

Ooh no, something went wrong!