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

. ../../testenv.sh

synth_analyze repro3

# Look for a dff.
grep -q "if rising_edge (wrap_clk) then" syn_repro3.vhdl
clean

echo "Test successful"