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

. ../../testenv.sh

analyze ent1.vhdl
elab_simulate ent

clean

analyze ent2.vhdl

clean

echo "Test successful"