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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

for t in leftmost01 leftmost02 leftmost03 rightmost01 rightmost02; do
    synth_tb $t
done

synth_analyze to01_float
synth_analyze division_float

echo "Test successful"