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
/
issue1080
/
testsuite.sh
blob
2a368234e643182dfb1217f8709cfd9dfebb8139
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
for
t
in
repro repro2 repro2_1 repro3 repro4
;
do
6
synth
$t
.vhdl
-e
$t
>
syn_
$t
.vhdl
7
analyze syn_
$t
.vhdl
8
clean
9
done
10
11
synth_tb repro3_1
12
13
echo
"Test successful"