verilog: add sv_maps iterators
[ghdl-vlg.git] / testsuite / synth / issue1838 / testsuite.sh
blob2f5c80312a6081dca45a9842f12dbd3003a1505e
1 #! /bin/sh
3 . ../../testenv.sh
5 GHDL_STD_FLAGS=--std=08
6 synth_analyze regfile
7 grep -q "variable registers :" syn_regfile.vhdl
8 clean
10 echo "Test successful"