summaryrefslogtreecommitdiff
path: root/library/SubcircuitLibrary/CD4027B_IC/NAND.sub
diff options
context:
space:
mode:
authorSumanto Kar2024-09-13 00:56:30 +0530
committerGitHub2024-09-13 00:56:30 +0530
commit681978c7ce1aedee54b0ce6601b789edca226395 (patch)
treefc4b37265699872bd87d9119e5334e9812a86f16 /library/SubcircuitLibrary/CD4027B_IC/NAND.sub
parent5f80292f451abd9c96849a277ec46670cd1446bc (diff)
parent044059f99adcc13c41252126c12cc6f7bbed6b5f (diff)
downloadeSim-681978c7ce1aedee54b0ce6601b789edca226395.tar.gz
eSim-681978c7ce1aedee54b0ce6601b789edca226395.tar.bz2
eSim-681978c7ce1aedee54b0ce6601b789edca226395.zip
Merge pull request #279 from AdityaMino/Aditya-Minocha
Subcircuit Files of ICs(Contributor: Aditya Minocha)
Diffstat (limited to 'library/SubcircuitLibrary/CD4027B_IC/NAND.sub')
-rw-r--r--library/SubcircuitLibrary/CD4027B_IC/NAND.sub12
1 files changed, 12 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/CD4027B_IC/NAND.sub b/library/SubcircuitLibrary/CD4027B_IC/NAND.sub
new file mode 100644
index 00000000..d4658fec
--- /dev/null
+++ b/library/SubcircuitLibrary/CD4027B_IC/NAND.sub
@@ -0,0 +1,12 @@
+* Subcircuit NAND
+.subckt NAND net-_m1-pad2_ net-_m3-pad2_ net-_m1-pad3_ net-_m1-pad1_ net-_m3-pad3_
+* c:\fossee\esim\library\subcircuitlibrary\nand\nand.cir
+.include NMOS-180nm.lib
+.include PMOS-180nm.lib
+m3 net-_m2-pad3_ net-_m3-pad2_ net-_m3-pad3_ net-_m3-pad3_ CMOSN W=100u L=100u M=1
+m1 net-_m1-pad1_ net-_m1-pad2_ net-_m1-pad3_ net-_m1-pad1_ CMOSP W=100u L=100u M=1
+m4 net-_m1-pad1_ net-_m3-pad2_ net-_m1-pad3_ net-_m1-pad1_ CMOSP W=100u L=100u M=1
+m2 net-_m1-pad3_ net-_m1-pad2_ net-_m2-pad3_ net-_m2-pad3_ CMOSN W=100u L=100u M=1
+* Control Statements
+
+.ends NAND \ No newline at end of file