aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug040
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-12-06 20:36:42 +0100
committerTristan Gingold <tgingold@free.fr>2017-12-06 20:36:42 +0100
commit86427c52303b2eaa3f158d012a3ea3455c861451 (patch)
tree337c5e1a40684b08f4bc345f0d73d4b4879018ff /testsuite/gna/bug040
parent09fa83fe0838776a4113deff34afd65fb28a6ab7 (diff)
downloadghdl-86427c52303b2eaa3f158d012a3ea3455c861451.tar.gz
ghdl-86427c52303b2eaa3f158d012a3ea3455c861451.tar.bz2
ghdl-86427c52303b2eaa3f158d012a3ea3455c861451.zip
bug040: reduce simulation time for interpretation.
Diffstat (limited to 'testsuite/gna/bug040')
-rwxr-xr-xtestsuite/gna/bug040/testsuite.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/gna/bug040/testsuite.sh b/testsuite/gna/bug040/testsuite.sh
index da0f172ab..44b2f0c96 100755
--- a/testsuite/gna/bug040/testsuite.sh
+++ b/testsuite/gna/bug040/testsuite.sh
@@ -3,7 +3,11 @@
. ../../testenv.sh
analyze *.vhd
-elab_simulate tb --stop-time=4us
+if ghdl_is_interpretation; then
+ elab_simulate tb --stop-time=1us
+else
+ elab_simulate tb --stop-time=4us
+fi
clean