diff options
author | saurabhb17 | 2020-03-18 20:22:53 +0530 |
---|---|---|
committer | GitHub | 2020-03-18 20:22:53 +0530 |
commit | d3395f5bd22cdd99c7bfa41e5efaf3abf9690bf0 (patch) | |
tree | affe4c16134e0ca17f6678707a602e06970beade /Examples/Analysis_Of_Digital_IC/4073_test/3_and.sub~fellowship2019-python3 | |
parent | d536a4002d05233971a08bbae1907ed9e24e3000 (diff) | |
parent | 7d7964e7c677244e0fd9fd048a116f62553016ce (diff) | |
download | eSim-d3395f5bd22cdd99c7bfa41e5efaf3abf9690bf0.tar.gz eSim-d3395f5bd22cdd99c7bfa41e5efaf3abf9690bf0.tar.bz2 eSim-d3395f5bd22cdd99c7bfa41e5efaf3abf9690bf0.zip |
Merge pull request #140 from saurabhb17/master
Changes in .pro across Examples and Subcircuits
Diffstat (limited to 'Examples/Analysis_Of_Digital_IC/4073_test/3_and.sub~fellowship2019-python3')
-rw-r--r-- | Examples/Analysis_Of_Digital_IC/4073_test/3_and.sub~fellowship2019-python3 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Examples/Analysis_Of_Digital_IC/4073_test/3_and.sub~fellowship2019-python3 b/Examples/Analysis_Of_Digital_IC/4073_test/3_and.sub~fellowship2019-python3 deleted file mode 100644 index 3d9120bb..00000000 --- a/Examples/Analysis_Of_Digital_IC/4073_test/3_and.sub~fellowship2019-python3 +++ /dev/null @@ -1,14 +0,0 @@ -* 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 |