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

. ../../testenv.sh

GHDL_SYNTH_FLAGS=--latches

for t in latch01; do
    synth_tb $t
done

echo "Test successful"