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
/
issue2077
/
testsuite.sh
blob
8d03497434ad19176cb0f89d9b6112132844cc3e
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
GHDL_STD_FLAGS
=
--std
=
08
6
7
# Not yet handled.
8
synth_only ent1
9
10
for
t
in
ent2 ent3 ent5 ent6
;
do
11
synth_tb
$t
12
done
13
14
echo
"Test successful"