summaryrefslogtreecommitdiff
path: root/library/SubcircuitLibrary/9348/NOT.sub
diff options
context:
space:
mode:
Diffstat (limited to 'library/SubcircuitLibrary/9348/NOT.sub')
-rw-r--r--library/SubcircuitLibrary/9348/NOT.sub10
1 files changed, 10 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/9348/NOT.sub b/library/SubcircuitLibrary/9348/NOT.sub
new file mode 100644
index 00000000..5bcff0d7
--- /dev/null
+++ b/library/SubcircuitLibrary/9348/NOT.sub
@@ -0,0 +1,10 @@
+* Subcircuit NOT
+.subckt NOT net-_m1-pad2_ net-_m1-pad1_ net-_m2-pad1_ net-_m1-pad3_
+* c:\fossee\esim\library\subcircuitlibrary\not\not.cir
+.include NMOS-180nm.lib
+.include PMOS-180nm.lib
+m1 net-_m1-pad1_ net-_m1-pad2_ net-_m1-pad3_ net-_m1-pad3_ 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
+* Control Statements
+
+.ends NOT \ No newline at end of file