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

. ../../testenv.sh

synth test_entity.vhdl test_wrapper.vhdl -e > syn_test_wrapper.vhdl
analyze syn_test_wrapper.vhdl
clean

echo "Test successful"