aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1244/testsuite.sh
blob: 6c77703f732841b6a5ccadd88af73accea64f770 (plain)
1
2
3
4
5
6
7
8
#! /bin/sh

. ../../testenv.sh

GHDL_STD_FLAGS="--std=02 -fsynopsys"
synth_failure ram_protected_sharedvar.vhd -e

echo "Test successful"