aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/gen01/testsuite.sh
blob: 3004f203e27952d1206bc9543a8c3f1c7cff7685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_only dly1
synth_only dly2
synth_only dly3
synth_only pkg01
synth_only pkg02
synth_only pkg03
synth_only pkg04

echo "Test successful"