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
/
issue1591
/
testsuite.sh
blob
3a88785080a389877d33fe2f49b63c20c9b24f3f
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
export
GHDL_STD_FLAGS
=
--std
=
08
6
synth_analyze issue
7
synth_analyze repro1
8
synth_analyze repro2
9
synth_analyze repro3
10
synth_analyze repro4
11
12
clean
13
echo
"Test successful"