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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth cpu.vhdl -e $t > syn_cpu.vhdl
analyze syn_cpu.vhdl
clean

echo "Test successful"