aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/sanity/000hello/testsuite.sh
blob: 09af7b89927b8686c4d8f67810e45b6de725a7e6 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

. ../../testenv.sh

analyze hello.vhdl
elab_simulate hello

clean

echo "test successful"