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
/
issue2109
/
testsuite.sh
blob
1361b7a0acd73781af5074c54d68562154b2a7c6
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
synth
--out
=
verilog bug.vhdl
-e
>
syn_bug.v
6
7
if
grep
val syn_bug.v
;
then
8
exit
1
9
fi
10
11
echo
"Test successful"