repo.or.cz
/
ghdl-vlg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
verilog: add sv_maps iterators
[ghdl-vlg.git]
/
testsuite
/
synth
/
oper01
/
testsuite.sh
blob
b96f0789d7d4a5db5cd87b6c262fd33ce2c75e78
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
for
t
in
snum01 snum02 snum03 snum04 snum05 cmp01 cmp02 match01 uns01
;
do
6
synth_tb
$t
7
done
8
9
synth_only snum06
10
11
echo
"Test successful"