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

. ../../testenv.sh

analyze bug_tb.vhd
# Use stop-time as a guard.
elab_simulate_failure bug_tb --stop-time=100ns

clean

echo "Test successful"