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

. ../../testenv.sh

synth alu.vhdl -e $t > syn_alu.vhdl
analyze syn_alu.vhdl
clean

echo "Test successful"