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

. ../../testenv.sh

synth testcase.vhdl -e > syn_testcase.vhdl
synth test2.vhdl -e > syn_test2.vhdl
clean

echo "Test successful"