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
/
asgn01
/
testsuite.sh
blob
dc82fd270a5feb208657e81815d7bc6d61b0ccc2
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
for
t
in
asgn01 asgn02 asgn03 asgn04 asgn05 asgn06 asgn07 asgn08 \
6
arr04 asgn09
;
do
7
synth_tb
$t
8
done
9
10
echo
"Test successful"