blob: 041a83a7285a202a25291a502e2cf86021757147 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/sh
. ../../testenv.sh
synth function_test.vhdl -e > syn_function_test.vhdl
analyze syn_function_test.vhdl
synth repro1.vhdl -e > syn_repro1.vhdl
analyze syn_repro1.vhdl
clean
echo "Test successful"
|