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

. ../../testenv.sh

for t in dff01 dff02; do
    synth_tb $t
done

echo "Test successful"