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

. ../../testenv.sh

synth repro.vhdl -e > syn_repro.vhdl 2> repro.err

grep report < repro.err > repro.err1

diff_nocr repro.ref repro.err1

synth_only bug

echo "Test successful"