verilog: add sv_maps iterators
[ghdl-vlg.git] / testsuite / synth / issue1041 / testsuite.sh
blob730cf6d16a7245031b228d92b689a3c127e1ecda
1 #! /bin/sh
3 . ../../testenv.sh
5 GHDL_STD_FLAGS=--std=08
6 for t in ent; do
7 synth $t.vhdl -e $t > syn_$t.vhdl
8 analyze syn_$t.vhdl
9 done
11 clean
13 echo "Test successful"