summaryrefslogtreecommitdiff
path: root/Windows/spice/tests/xspice/digital/d_source.cir
blob: 83cc8b56e8bf075c18e6c521fada05921bb3e493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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