verilog: add sv_maps iterators
[ghdl-vlg.git] / testsuite / synth / psl01 / testsuite.sh
blobd6fe7abb909aaa12cfb12f352e9317850134e497
1 #! /bin/sh
3 . ../../testenv.sh
5 GHDL_STD_FLAGS=--std=08
7 for f in restrict1 restrict2 assume1 assume2 assert1 cover1 cover2 property0 sequence0; do
8 synth -fpsl $f.vhdl -e $f > syn_$f.vhdl
9 analyze syn_$f.vhdl
10 done
12 synth_failure cover3.vhdl -e cover3
14 clean
16 echo "Test successful"