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

. ../../testenv.sh

synth --out=verilog flip_flop.vhdl -e > syn_flip_flop.v

if grep "input  wire" syn_flip_flop.v; then
  exit 1
fi

echo "Test successful"