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

. ../../testenv.sh

synth --out=verilog testcase.vhdl -e > syn_testcase.v

if grep "module testcase2" syn_testcase.v; then
  exit 1
fi

echo "Test successful"