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

. ../../testenv.sh

GHDL_STD_FLAGS="--std=08 -fpsl"

synth issue.vhdl -e > syn_issue.vhdl

echo "Test successful"