aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1609/testsuite.sh
blob: 746e2ac5285c33ca7911ab609cf175ea7cf45767 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

synth --std=08 exp_psl.vhdl -e > syn_psl.vhdl
grep -q "gate_anyconst" syn_psl.vhdl

synth --std=08 exp_vhd.vhdl -e > syn_vhd.vhdl
grep -q "gate_anyconst" syn_vhd.vhdl

echo "Test successful"