verilog: add sv_maps iterators
[ghdl-vlg.git] / testsuite / synth / issue1039 / testsuite.sh
blobbc454cfdab73b3f1051376c00df7b99a2b456889
1 #! /bin/sh
3 . ../../testenv.sh
5 for t in ent; do
6 synth $t.vhdl -e $t > syn_$t.vhdl
7 analyze syn_$t.vhdl
8 done
10 clean
12 echo "Test successful"