aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue522/testsuite.sh
blob: 6f1b868d31d37670f9e9c9c72debdd032092b1e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

analyze shifter.vhdl
analyze shifter_tb.vhdl
elab_simulate_failure shifter_tb

clean

echo "Test successful"