diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-12-07 06:02:05 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-12-07 06:02:05 +0100 |
commit | 7dfd4db5b5e40cadef146e5df7e7d01463403a9a (patch) | |
tree | f9bdd8f12ef0c68db4a1968e081499efc28e6594 /testsuite/gna/bug040 | |
parent | ed1138eb9261e55b18a8801b234d4f64377dbe6c (diff) | |
download | ghdl-7dfd4db5b5e40cadef146e5df7e7d01463403a9a.tar.gz ghdl-7dfd4db5b5e40cadef146e5df7e7d01463403a9a.tar.bz2 ghdl-7dfd4db5b5e40cadef146e5df7e7d01463403a9a.zip |
bug040: reduce execution time for simulation.
Diffstat (limited to 'testsuite/gna/bug040')
-rwxr-xr-x | testsuite/gna/bug040/testsuite.sh | 2 |
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 |