1#! /bin/sh
2
3. ../../testenv.sh
4
5synth test_package.vhdl test.vhdl -e test > syn_test.vhdl
6analyze test_package.vhdl syn_test.vhdl
7clean
8
9echo "Test successful"
10