diff options
author | fahim | 2015-08-05 13:52:57 +0530 |
---|---|---|
committer | fahim | 2015-08-05 13:52:57 +0530 |
commit | df569f79a7ee495291324e07d99af990104e3db2 (patch) | |
tree | a005c682aa78b58b7dd5bb693c415eff9c04d04b /Examples/BasicGates/BasicGates_last_input.txt | |
parent | c4971ed867af4a970a3cd1c23825adee5073372e (diff) | |
download | eSim-df569f79a7ee495291324e07d99af990104e3db2.tar.gz eSim-df569f79a7ee495291324e07d99af990104e3db2.tar.bz2 eSim-df569f79a7ee495291324e07d99af990104e3db2.zip |
Subject: Added eSim Examples
Description: Added eSim Examples
Diffstat (limited to 'Examples/BasicGates/BasicGates_last_input.txt')
-rw-r--r-- | Examples/BasicGates/BasicGates_last_input.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Examples/BasicGates/BasicGates_last_input.txt b/Examples/BasicGates/BasicGates_last_input.txt new file mode 100644 index 00000000..5d6f4aa4 --- /dev/null +++ b/Examples/BasicGates/BasicGates_last_input.txt @@ -0,0 +1,20 @@ +v2 8 0 pulse(0 5 0 0 0 2 20) +v1 4 0 pulse(5 0 0 0 0 2 20) +.model u12 d_xor +.model u12adc adc_bridge(in_low=0.8 in_high=2.0) +.model u12dac dac_bridge(out_low=0.25 out_high=5.0 out_undef=1.8 t_rise=0.5e-9 t_fall=0.5e-9) +.model u8 d_or +.model u8adc adc_bridge(in_low=0.8 in_high=2.0) +.model u8dac dac_bridge(out_low=0.25 out_high=5.0 out_undef=1.8 t_rise=0.5e-9 t_fall=0.5e-9) +.model u7 d_and +.model u7adc adc_bridge(in_low=0.8 in_high=2.0) +.model u7dac dac_bridge(out_low=0.25 out_high=5.0 out_undef=1.8 t_rise=0.5e-9 t_fall=0.5e-9) +.model u9 d_nor +.model u9adc adc_bridge(in_low=0.8 in_high=2.0) +.model u9dac dac_bridge(out_low=0.25 out_high=5.0 out_undef=1.8 t_rise=0.5e-9 t_fall=0.5e-9) +.model u11 d_inverter +.model u11adc adc_bridge(in_low=0.8 in_high=2.0) +.model u11dac dac_bridge(out_low=0.25 out_high=5.0 out_undef=1.8 t_rise=0.5e-9 t_fall=0.5e-9) +.model u10 d_nand +.model u10adc adc_bridge(in_low=0.8 in_high=2.0) +.model u10dac dac_bridge(out_low=0.25 out_high=5.0 out_undef=1.8 t_rise=0.5e-9 t_fall=0.5e-9) |