verilog: add sv_maps iterators
[ghdl-vlg.git] / testsuite / synth / issue1421 / testsuite.sh
blobfe9cc38355fdf5f8491776fa98f25e246b60a6c7
1 #! /bin/sh
3 . ../../testenv.sh
5 synth_analyze repro3
7 # Look for a dff.
8 grep -q "if rising_edge (wrap_clk) then" syn_repro3.vhdl
9 clean
11 echo "Test successful"