diff options
author | rahulp13 | 2021-01-07 07:55:48 +0530 |
---|---|---|
committer | rahulp13 | 2021-01-07 07:55:48 +0530 |
commit | 088203b088a02eabb4606dc734e901b81f237b11 (patch) | |
tree | ebe9109661a149c82fc66599a6ce8103637d0b4a /Windows/spice/examples/digital/adder-comparison.txt | |
parent | ac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff) | |
download | eSim-088203b088a02eabb4606dc734e901b81f237b11.tar.gz eSim-088203b088a02eabb4606dc734e901b81f237b11.tar.bz2 eSim-088203b088a02eabb4606dc734e901b81f237b11.zip |
removed outdated dependencies
Diffstat (limited to 'Windows/spice/examples/digital/adder-comparison.txt')
-rw-r--r-- | Windows/spice/examples/digital/adder-comparison.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Windows/spice/examples/digital/adder-comparison.txt b/Windows/spice/examples/digital/adder-comparison.txt deleted file mode 100644 index ef3e28e1..00000000 --- a/Windows/spice/examples/digital/adder-comparison.txt +++ /dev/null @@ -1,23 +0,0 @@ -Compare four different 4-bit full adders, -made of NAND gates -Simulating for 6400ns - -adder_bib -The old spice bipolar NAND gate full adder -Simulation time 14.0s - -adder_mos -A MOS NAND gate inverter, using BSIM3 and OpenMP -Simulation time 10.5s - -adder_behav -NAND gates made with XSPICE digital devices, -but each has an analog interface, the interconnect -is analog, gate library is 74HCng_short_2.lib -Simulation time 1.9s - -adder_Xspice -Fully digital, event node based NAND gates -digital plotting into vcd file, display with gtkwave -Simulation time 0.27s - |