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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_only dly1
synth_only dly2
synth_only dly3

echo "Test successful"