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

. ../../testenv.sh

# dff06 creates a latch (that is unused)
for t in dff05 dff08 dff08a dff08b dff08c dff08d dff09; do
    synth_tb $t
done

echo "Test successful"