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

. ../../testenv.sh

analyze test_case.vhd
analyze scrambler_tb.vhd
elab_simulate scrambler_tb

clean

echo "Test successful"