summaryrefslogtreecommitdiff
path: root/library/SubcircuitLibrary/Logic_Gates/NOT.cir.out
blob: 3c3e2f301f7ff05520479073897be92d9346ae07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* c:\fossee\esim\library\subcircuitlibrary\not\not.cir

.include PMOS-180nm.lib
.include NMOS-180nm.lib
m1 net-_m1-pad1_ net-_m1-pad2_ gnd gnd CMOSN W=100u L=100u M=1
m2 net-_m2-pad1_ net-_m1-pad2_ net-_m1-pad1_ net-_m2-pad1_ CMOSP W=100u L=100u M=1
v1 net-_m2-pad1_ gnd  dc 1.8
* u1  net-_m1-pad2_ net-_m1-pad1_ port
.tran 0e-00 0e-00 0e-00

* Control Statements 
.control
run
print allv > plot_data_v.txt
print alli > plot_data_i.txt
.endc
.end