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

. ../../testenv.sh

analyze polyamplib.vhdl master_testbench3.vhdl
if ghdl_is_interpretation; then
    stop=10us
else
    stop=1ms
fi

elab_simulate master_testbench3 --stop-time=$stop

clean

echo "Test successful"