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

. ../../testenv.sh

synth_analyze blinker
count=$(grep -c _edge syn_blinker.vhdl)
if [ $count -ne 1 ]; then
  echo "edge gate present"
  exit 1
fi

clean

echo "Test successful"