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/xspice/digital/d_source.cir | |
parent | d9ab84106cac311d953f344386fef1c1e2bca1cf (diff) | |
download | eSim-246319682f60293b132fca1ce6e24689c6682617.tar.gz eSim-246319682f60293b132fca1ce6e24689c6682617.tar.bz2 eSim-246319682f60293b132fca1ce6e24689c6682617.zip |
initial commit
Diffstat (limited to 'Windows/spice/tests/xspice/digital/d_source.cir')
-rw-r--r-- | Windows/spice/tests/xspice/digital/d_source.cir | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Windows/spice/tests/xspice/digital/d_source.cir b/Windows/spice/tests/xspice/digital/d_source.cir new file mode 100644 index 00000000..83cc8b56 --- /dev/null +++ b/Windows/spice/tests/xspice/digital/d_source.cir @@ -0,0 +1,19 @@ +Code Model Test: d_source + +* (compile (concat "SPICE_SCRIPTS=. ../../../src/ngspice " buffer-file-name) t) + + +vdummy dummy 0 DC=0 + +a_source [a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab] d_source1 + +.model d_source1 d_source (input_file="d_source-stimulus.txt") + +.control +set noaskquit +set noacct +tran 100ps 30ns +eprint a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab +.endc + +.end |