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

. ../../testenv.sh

synth_analyze top
grep "if rising_edge" syn_top.vhdl

clean

echo "Test successful"