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

. ../../testenv.sh

analyze foo.vhdl
elab_simulate foo

analyze tb.vhdl
# elab_simulate testbenchautomated --ieee-asserts=disable --stop-time=100us
clean

echo "Test successful"