From dc61eab5251234f02c0377ea328b929340b3604c Mon Sep 17 00:00:00 2001 From: saurabhb17 Date: Wed, 11 Mar 2020 14:59:48 +0530 Subject: cleanup part2 --- .../4023_test/3_and.cir.out~fellowship2019-python3 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Examples/Analysis_Of_Digital_IC/4023_test/3_and.cir.out~fellowship2019-python3 (limited to 'Examples/Analysis_Of_Digital_IC/4023_test/3_and.cir.out~fellowship2019-python3') diff --git a/Examples/Analysis_Of_Digital_IC/4023_test/3_and.cir.out~fellowship2019-python3 b/Examples/Analysis_Of_Digital_IC/4023_test/3_and.cir.out~fellowship2019-python3 new file mode 100644 index 00000000..d7cf79a0 --- /dev/null +++ b/Examples/Analysis_Of_Digital_IC/4023_test/3_and.cir.out~fellowship2019-python3 @@ -0,0 +1,20 @@ +* 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 +* u1 net-_u1-pad1_ net-_u1-pad2_ net-_u1-pad3_ net-_u1-pad4_ port +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 ) +.tran 0e-00 0e-00 0e-00 + +* Control Statements +.control +run +print allv > plot_data_v.txt +print alli > plot_data_i.txt +.endc +.end -- cgit