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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
for t in implicit_wide implicit_wide2 implicit_wide3; do
    synth_tb $t
done

echo "Test successful"