verilog: add sv_maps iterators
[ghdl-vlg.git] / testsuite / synth / slice01 / testsuite.sh
blobc27d7e432be0225de403fd6498584e272b5ea3bb
1 #! /bin/sh
3 . ../../testenv.sh
5 for t in slice01 slice02 slice03; do
6 synth_tb $t
7 done
9 for t in slice04 slice05 slice06 slice07; do
10 synth_analyze $t
11 done
13 echo "Test successful"