aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug011/testsuite.sh
blob: 0ad0ee76109bb92d38337fddcb0e9d178a7b0d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

. ../../testenv.sh

analyze phonybench.vhdl
elab phonybench
if ghdl_has_feature phonybench fst; then
  elab_simulate phonybench --stop-time=1sec --fst=pb.fst
fi

rm -f pb.fst pb.ghw

clean

echo "Test successful"