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

. ../../testenv.sh

analyze demo.vhd
analyze tb_demo.vhd
# elab_simulate tb_demo --stop-time=300sec --wave=tb_demo.ghw
elab_simulate tb_demo

clean

echo "Test successful"