diff options
author | rahulp13 | 2020-02-28 11:38:58 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-28 11:38:58 +0530 |
commit | 246319682f60293b132fca1ce6e24689c6682617 (patch) | |
tree | 6871b758a17869efecfd617f5513e31f9a933f4a /Windows/spice/tests/bsim3/tran_sim/one-shot.cir | |
parent | d9ab84106cac311d953f344386fef1c1e2bca1cf (diff) | |
download | eSim-246319682f60293b132fca1ce6e24689c6682617.tar.gz eSim-246319682f60293b132fca1ce6e24689c6682617.tar.bz2 eSim-246319682f60293b132fca1ce6e24689c6682617.zip |
initial commit
Diffstat (limited to 'Windows/spice/tests/bsim3/tran_sim/one-shot.cir')
-rw-r--r-- | Windows/spice/tests/bsim3/tran_sim/one-shot.cir | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/Windows/spice/tests/bsim3/tran_sim/one-shot.cir b/Windows/spice/tests/bsim3/tran_sim/one-shot.cir new file mode 100644 index 00000000..4e75736b --- /dev/null +++ b/Windows/spice/tests/bsim3/tran_sim/one-shot.cir @@ -0,0 +1,53 @@ +*One-shot Trigger. +*This cicruit generates a pulse of a predetermined width +*triggered by an input event. BSIM3 test. + +*A two-gate delay element +Md1 4 in Vdd Vdd PMOS w=3.6u l=1.2u +Md2 4 in 0 0 NMOS w=1.8u l=1.2u +c4 4 0 30f +Md3 A 4 Vdd Vdd PMOS w=3.6u l=1.2u +Md4 A 4 0 0 NMOS w=1.8u l=1.2u +ca a 0 30f + +*EXOR gate +*A inverter +M1 Anot A Vdd Vdd PMOS w=3.6u l=1.2u +M2 Anot A 0 0 NMOS w=1.8u l=1.2u + +M3 Bnot in Vdd Vdd PMOS w=3.6u l=1.2u +M4 Bnot in 0 0 NMOS w=1.8u l=1.2u + +M5 AorBnot 0 Vdd Vdd PMOS w=1.8u l=3.6u +M6 AorBnot in 1 0 NMOS w=1.8u l=1.2u +M7 1 Anot 0 0 NMOS w=1.8u l=1.2u + +M8 Lnot 0 Vdd Vdd PMOS w=1.8u l=3.6u +M9 Lnot Bnot 2 0 NMOS w=1.8u l=1.2u +M10 2 A 0 0 NMOS w=1.8u l=1.2u + +M11 out 0 Vdd Vdd PMOS w=3.6u l=3.6u +M12 out AorBnot 3 0 NMOS w=1.8u l=1.2u +M13 3 Lnot 0 0 NMOS w=1.8u l=1.2u +*end of EXOR gate + +Vcc vdd 0 5 +vin in 0 pulse 0 5 1ns .1ns .1ns .8ns 5ns + +.model nmos nmos level=8 version=3.2.2 +.model pmos pmos level=8 version=3.2.2 + +.tran 1ns 10ns +.print tran in out +.options noacct + +.END + + + + + + + + + |