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

. ../../testenv.sh

analyze tb.vhdl
elab_simulate tb -- +ignore
elab_simulate tb +ignore

clean

echo "Test successful"