aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-12-07 06:02:05 +0100
committerTristan Gingold <tgingold@free.fr>2017-12-07 06:02:05 +0100
commit7dfd4db5b5e40cadef146e5df7e7d01463403a9a (patch)
treef9bdd8f12ef0c68db4a1968e081499efc28e6594 /testsuite
parented1138eb9261e55b18a8801b234d4f64377dbe6c (diff)
downloadghdl-7dfd4db5b5e40cadef146e5df7e7d01463403a9a.tar.gz
ghdl-7dfd4db5b5e40cadef146e5df7e7d01463403a9a.tar.bz2
ghdl-7dfd4db5b5e40cadef146e5df7e7d01463403a9a.zip
bug040: reduce execution time for simulation.
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/gna/bug040/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/bug040/testsuite.sh b/testsuite/gna/bug040/testsuite.sh
index 44b2f0c96..3209fbea9 100755
--- a/testsuite/gna/bug040/testsuite.sh
+++ b/testsuite/gna/bug040/testsuite.sh
@@ -4,7 +4,7 @@
analyze *.vhd
if ghdl_is_interpretation; then
- elab_simulate tb --stop-time=1us
+ elab_simulate tb --stop-time=200ns
else
elab_simulate tb --stop-time=4us
fi