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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth test.vhdl test.psl -e > syn_test.vhdl

echo "Test successful"