summaryrefslogtreecommitdiff
path: root/library/SubcircuitLibrary/Logic_Gates/NOT.sub
diff options
context:
space:
mode:
Diffstat (limited to 'library/SubcircuitLibrary/Logic_Gates/NOT.sub')
-rw-r--r--library/SubcircuitLibrary/Logic_Gates/NOT.sub11
1 files changed, 11 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/Logic_Gates/NOT.sub b/library/SubcircuitLibrary/Logic_Gates/NOT.sub
new file mode 100644
index 00000000..e3c69ad8
--- /dev/null
+++ b/library/SubcircuitLibrary/Logic_Gates/NOT.sub
@@ -0,0 +1,11 @@
+* Subcircuit NOT
+.subckt NOT net-_m1-pad2_ net-_m1-pad1_
+* 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
+* Control Statements
+
+.ends NOT \ No newline at end of file