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
/
issue944
/
testsuite.sh
blob
a240e36c7addfcc25da8ef7019e139a818b1a3d7
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
for
f
in
ent
;
do
6
synth
--std
=
08
$f
.vhdl
-e
$f
>
syn_
$f
.vhdl
7
analyze syn_
$f
.vhdl
8
done
9
clean
10
11
echo
"Test successful"