blob: a7bdc55a683c82543c0c356817db0c32ff6f9fc0 (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh
. ../../testenv.sh
GHDL_STD_FLAGS=--std=08
synth test.vhdl test.psl test_sub.vhdl -e test > syn_test.vhdl
synth test.vhdl test.psl test_sub.vhdl -e > syn_test.vhdl
echo "Test successful"
|