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

. ../../testenv.sh

analyze ice.vhdl
elab_simulate e

analyze repro.vhdl
elab_simulate repro

clean

echo "Test successful"