summaryrefslogtreecommitdiff
path: root/testsuite/gna/sr3028/testsuite.sh
blob: e63a031d0181a488c6898a0b6a3421fc43c6d8a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

. ../../testenv.sh

echo "Skipped !!!!"
exit 0

analyze vc.vhdl
analyze top.vhdl
elab_simulate_failure top

clean

echo "Test successful"