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

. ../../testenv.sh

synth barrel_shifter.vhdl -e $t > syn_barrel_shifter.vhdl
analyze syn_barrel_shifter.vhdl
clean

echo "Test successful"