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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
for t in issue1 issue2; do
    synth_tb $t
done

# TODO: simulation fails
synth_analyze issue3

clean

echo "Test successful"