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

. ../../testenv.sh

analyze repro.vhdl
elab_simulate tb --fst=tb.fst
elab_simulate tb --vcd=tb.vcd

clean
rm -f tb.fst tb.vcd

echo "Test successful"