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

. ../../testenv.sh

synth_analyze testcase3
grep -q rising_edge  syn_testcase3.vhdl

clean

echo "Test successful"