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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth top.vhdl -e conf > syn_conf.vhdl

echo "Test successful"