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

. ../../testenv.sh

for t in slv_negation; do
    synth $t.vhdl -e $t > syn_$t.vhdl
done

echo "Test successful"