Monte Carlo Simulation
Parameters File

The parameters file can be any simple text file. 
Click here to download the sample file only.
Click here to go to the downloads page.

#Written by Hector Hung, Shouri Chatterjee and Professor Peter Kinget
# Copyright (C) 2004 by the authors and Columbia Integrated Systems
# Laboratory.

# There is no warranty or support and we cannot be held liable in any way.
# Everyone is permitted to copy verbatim copies of the code including
# this message.


Capacitors
Capacitor   0.01 0.10    <--first number is standard deviation% and second number is shift%

Resistors
Resistor 0.05 0.8        <--same as capacitor

Nodes to be saved
Expression1 v(net13)      <--these are for node voltages
Expression2 v(net17)
Expression3 V1:n         <--this is for current through a node.  This is the current of voltmeter through V1's negative terminal

MOS FET's

# delvt = V
# db_b = %
# avt = V*m
# Ab = %*m
# m = unitless

p_18_mm delvt=0.01 meanvt= 0.5 siggain= 0.01            <-- this is in format [model] first then any of [delvt= value] [db_b= value] [avt= value] [Ab=value] [m = value]
n_bpw_18_mm delvt= 0.01 meanvt= 0.4 siggain= 0.01
n_zero_18_mm delvt=0.1 meanvt=-0.3 siggain= 0.01
nch delvt=0.1 db_b=0.01 avt=0.1 Ab=.03


If you have any questions, please email me at hch2007@columbia.edu