aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1951/testsuite.sh
blob: 00865f1ec36310f633bf2710c6d0386c35d00e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

. ../../testenv.sh

GHDL_STD_FLAGS=-fsynopsys
synth_only ent

for f in sub01 sub02 sub03 sub04; do
    synth_tb $f
done

echo "Test successful"