summaryrefslogtreecommitdiff
path: root/library/SubcircuitLibrary/SN54LS183/INVCMOS.sub
diff options
context:
space:
mode:
authorRachith-H2025-02-22 20:10:07 +0530
committerRachith-H2025-02-22 20:10:07 +0530
commit4f56203eaa409ba010bca703ac62d46e827fcfbe (patch)
tree8ec825e99bb0fc3726f9d42ce26f98c91e584eb2 /library/SubcircuitLibrary/SN54LS183/INVCMOS.sub
parentdc5b15f1aa75c6a713d8e066b145f5f83a23255c (diff)
downloadeSim-4f56203eaa409ba010bca703ac62d46e827fcfbe.tar.gz
eSim-4f56203eaa409ba010bca703ac62d46e827fcfbe.tar.bz2
eSim-4f56203eaa409ba010bca703ac62d46e827fcfbe.zip
SN54LS183 is a Dual carry save full adders
Diffstat (limited to 'library/SubcircuitLibrary/SN54LS183/INVCMOS.sub')
-rw-r--r--library/SubcircuitLibrary/SN54LS183/INVCMOS.sub12
1 files changed, 12 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/SN54LS183/INVCMOS.sub b/library/SubcircuitLibrary/SN54LS183/INVCMOS.sub
new file mode 100644
index 00000000..2319995c
--- /dev/null
+++ b/library/SubcircuitLibrary/SN54LS183/INVCMOS.sub
@@ -0,0 +1,12 @@
+* Subcircuit INVCMOS
+.subckt INVCMOS net-_m1-pad2_ net-_c1-pad1_
+* /home/saurabh/downloads/esim-1.1.2/src/subcircuitlibrary/invcmos/invcmos.cir
+.include NMOS-180nm.lib
+.include PMOS-180nm.lib
+m1 net-_c1-pad1_ net-_m1-pad2_ gnd gnd CMOSN W=100u L=100u M=1
+m2 net-_m2-pad1_ net-_m1-pad2_ net-_c1-pad1_ net-_m2-pad1_ CMOSP W=100u L=100u M=1
+v1 net-_m2-pad1_ gnd 5
+c1 net-_c1-pad1_ gnd 1u
+* Control Statements
+
+.ends INVCMOS \ No newline at end of file