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
/
issue2144
/
testsuite.sh
blob
6f00b8bfe0effd904a8f8e44bd6c4f5d34ea3b72
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
synth repro.vhdl
-e
>
syn_repro.vhdl
2
>
repro.err
6
7
grep
report
<
repro.err
>
repro.err1
8
9
diff_nocr repro.ref repro.err1
10
11
synth_only bug
12
13
echo
"Test successful"