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

. ../../testenv.sh

analyze cells.vhdl

analyze testbench_15993.vhdl
elab_simulate add_tb

analyze testbench.vhdl
elab_simulate add_tb

clean

echo "Test successful"