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.

Monte Carlo Analysis<br />

Further Examples<br />

Each instance of a transistor using the NMOS model will have the same value of VTO<br />

because NVTO affects a model parameter, and therefore LOT variation is used.<br />

• The following is an example of statistical configuration usage:<br />

.MODEL R RES TC1=2 LOT=5% DEV=10%<br />

.SUBCKT R A B<br />

R1 A B 1K<br />

.ENDS<br />

I1 1 0 PWL (0 1 10N 10)<br />

X1 1 2 R STATISTICAL=0<br />

X2 2 3 R<br />

X2 3 0 R<br />

.TRAN 1N 10N<br />

.EXTRACT DC V(1)<br />

.TEMP 10<br />

.MC 1000<br />

.END<br />

Here, X1.R1 will remain at its nominal value during Monte Carlo analysis. This is<br />

because STATISTICAL is set to 0 for X1.<br />

.MODEL R RES TC1=2 LOT=5% DEV=10%<br />

.SUBCKT R A B<br />

R1 A B R 1K<br />

.ENDS<br />

I1 1 0 PWL (0 1 10N 10)<br />

X1 1 2 R<br />

X2 2 3 R STATISTICAL=1<br />

X3 3 0 R<br />

.TRAN 1N 10N<br />

.EXTRACT DC V(1)<br />

.TEMP 10<br />

.MC 1000<br />

.OPTION STATISTICAL=0 !Consider all the devices non-statistical by<br />

default<br />

.END<br />

Here, only X2.R1 will vary during Monte Carlo analysis. This is because the global<br />

STATISTICAL option is set to 0, meaning that devices are considered non-statistical by<br />

default, but this is overridden by the STATISTICAL keyword, which is set to 1 for X2.<br />

• The following is an example of using ICARLO in an extract:<br />

Eldo® User's Manual, 15.3 535

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

Saved successfully!

Ooh no, something went wrong!