verilog: add sv_maps iterators
[ghdl-vlg.git] / testsuite / synth / issue2214 / testsuite.sh
blob16e35475a7d6c11d04bd5389d4640ae8560b86d3
1 #! /bin/sh
3 . ../../testenv.sh
5 GHDL_STD_FLAGS=--std=08
6 synth -gG_CACHE_SIZE=8 -gG_ADDRESS_SIZE=4 -gG_DATA_SIZE=8 avm_cache.vhd avm_cache.psl -e avm_cache > syn_avm_cache.vhdl
8 echo "Test successful"