summaryrefslogtreecommitdiff
path: root/library/SubcircuitLibrary/CD4532B/3_and.sub
diff options
context:
space:
mode:
authorSumanto Kar2025-02-23 17:20:17 +0530
committerGitHub2025-02-23 17:20:17 +0530
commitae99d42b8d2ffeaf91f96d5ffbe5efe91214cf0c (patch)
treee28be9a5dd152dd76d593ea9541d95305bbb059b /library/SubcircuitLibrary/CD4532B/3_and.sub
parent679e6ad8242e09d69576208c9fffaa3694a41b70 (diff)
parentb712ae83d0802e76c2760e49cc6c03b5eaa190dc (diff)
downloadeSim-ae99d42b8d2ffeaf91f96d5ffbe5efe91214cf0c.tar.gz
eSim-ae99d42b8d2ffeaf91f96d5ffbe5efe91214cf0c.tar.bz2
eSim-ae99d42b8d2ffeaf91f96d5ffbe5efe91214cf0c.zip
Merge pull request #303 from Rachith-H/master
Subcircuit Files for different IC's
Diffstat (limited to 'library/SubcircuitLibrary/CD4532B/3_and.sub')
-rw-r--r--library/SubcircuitLibrary/CD4532B/3_and.sub14
1 files changed, 14 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/CD4532B/3_and.sub b/library/SubcircuitLibrary/CD4532B/3_and.sub
new file mode 100644
index 00000000..3d9120bb
--- /dev/null
+++ b/library/SubcircuitLibrary/CD4532B/3_and.sub
@@ -0,0 +1,14 @@
+* Subcircuit 3_and
+.subckt 3_and net-_u1-pad1_ net-_u1-pad2_ net-_u1-pad3_ net-_u1-pad4_
+* c:\users\malli\esim\src\subcircuitlibrary\3_and\3_and.cir
+* u2 net-_u1-pad1_ net-_u1-pad2_ net-_u2-pad3_ d_and
+* u3 net-_u2-pad3_ net-_u1-pad3_ net-_u1-pad4_ d_and
+a1 [net-_u1-pad1_ net-_u1-pad2_ ] net-_u2-pad3_ u2
+a2 [net-_u2-pad3_ net-_u1-pad3_ ] net-_u1-pad4_ u3
+* Schematic Name: d_and, NgSpice Name: d_and
+.model u2 d_and(fall_delay=1.0e-9 input_load=1.0e-12 rise_delay=1.0e-9 )
+* Schematic Name: d_and, NgSpice Name: d_and
+.model u3 d_and(fall_delay=1.0e-9 input_load=1.0e-12 rise_delay=1.0e-9 )
+* Control Statements
+
+.ends 3_and \ No newline at end of file