verilog: add sv_maps iterators
[ghdl-vlg.git] / testsuite / synth / issue2109 / testsuite.sh
blob1361b7a0acd73781af5074c54d68562154b2a7c6
1 #! /bin/sh
3 . ../../testenv.sh
5 synth --out=verilog bug.vhdl -e > syn_bug.v
7 if grep val syn_bug.v; then
8 exit 1
9 fi
11 echo "Test successful"