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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth -fpsl hello.vhdl -e hello > syn_hello.vhdl
analyze syn_hello.vhdl
clean

echo "Test successful"