diff options
author | nilshah98 | 2019-07-02 16:40:33 +0530 |
---|---|---|
committer | nilshah98 | 2019-07-02 16:45:42 +0530 |
commit | 092344164ac94df8fdbcb288f8665437b3026cb7 (patch) | |
tree | 8a4d79af636431888e1854968de0e25bfe55bd15 /Examples/4_to_16_Decoder_using_74154IC/5_and.sub | |
parent | 29dc2de214a60216e62d80dfa3e5cbd998c2d6ee (diff) | |
download | eSim-092344164ac94df8fdbcb288f8665437b3026cb7.tar.gz eSim-092344164ac94df8fdbcb288f8665437b3026cb7.tar.bz2 eSim-092344164ac94df8fdbcb288f8665437b3026cb7.zip |
Examples added by ECE fellows 2019
Diffstat (limited to 'Examples/4_to_16_Decoder_using_74154IC/5_and.sub')
-rw-r--r-- | Examples/4_to_16_Decoder_using_74154IC/5_and.sub | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Examples/4_to_16_Decoder_using_74154IC/5_and.sub b/Examples/4_to_16_Decoder_using_74154IC/5_and.sub new file mode 100644 index 00000000..9d929fcb --- /dev/null +++ b/Examples/4_to_16_Decoder_using_74154IC/5_and.sub @@ -0,0 +1,16 @@ +* Subcircuit 5_and
+.subckt 5_and net-_u1-pad1_ net-_u1-pad2_ net-_u1-pad3_ net-_u1-pad4_ net-_u1-pad5_ net-_u1-pad6_
+* c:\users\malli\esim\src\subcircuitlibrary\5_and\5_and.cir
+.include 3_and.sub
+x1 net-_u1-pad1_ net-_u1-pad2_ net-_u1-pad3_ net-_u3-pad1_ 3_and
+* u2 net-_u1-pad4_ net-_u1-pad5_ net-_u2-pad3_ d_and
+* u3 net-_u3-pad1_ net-_u2-pad3_ net-_u1-pad6_ d_and
+a1 [net-_u1-pad4_ net-_u1-pad5_ ] net-_u2-pad3_ u2
+a2 [net-_u3-pad1_ net-_u2-pad3_ ] net-_u1-pad6_ 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 5_and
\ No newline at end of file |