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

. ../../testenv.sh

analyze *.vhd
if ghdl_is_interpretation; then
    elab_simulate tb --stop-time=200ns
else
    elab_simulate tb --stop-time=4us
fi

clean

echo "Test successful"