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
/
issue1005
/
testsuite.sh
blob
4dffa0455d2fe9b126f5733efb12b2a0f94586a2
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
GHDL_STD_FLAGS
=
--std
=
08
6
for
t
in
test
test2
;
do
7
synth
$t
.vhdl
-e
$t
>
syn_
$t
.vhdl
8
analyze syn_
$t
.vhdl
9
done
10
11
clean
12
13
echo
"Test successful"