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
/
issue1283
/
testsuite.sh
blob
2d5cd436d56a0785d7945a81e33cea8235a3f669
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
GHDL_STD_FLAGS
=
--std
=
08
6
synth_analyze issue1
7
synth_failure issue2.vhdl
-e
8
synth_failure issue3.vhdl
-e
9
synth_failure issue4.vhdl
-e
10
11
clean
12
13
echo
"Test successful"