aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2123/testsuite.sh
blob: 502695e50100e8cee1550d12f36d926a1d2d1d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

synth --out=verilog bug.vhdl -e > syn_bug.v

if grep abs syn_bug.v; then
  exit 1
fi

echo "Test successful"