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

. ../../testenv.sh

synth_only sipo

synth --out=raw sipo.vhdl -e > sipo.raw

CNT=$(grep -c dff sipo.raw)
test $CNT -eq 2

echo "Test successful"