diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-09-16 08:27:13 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-09-16 08:27:13 +0200 |
commit | cd8247bb0241fe057b90e8c2daca358b2e59b154 (patch) | |
tree | 8ad5b54f801aee96f866eb003fbd67d4d891fb4b | |
parent | ab9c32a997c7c660c5c6a462d6a224a88b327da1 (diff) | |
download | ghdl-cd8247bb0241fe057b90e8c2daca358b2e59b154.tar.gz ghdl-cd8247bb0241fe057b90e8c2daca358b2e59b154.tar.bz2 ghdl-cd8247bb0241fe057b90e8c2daca358b2e59b154.zip |
Document default stop-delta value.
Fix #654
-rw-r--r-- | doc/using/Simulation.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/using/Simulation.rst b/doc/using/Simulation.rst index 8bb43b941..221e0a093 100644 --- a/doc/using/Simulation.rst +++ b/doc/using/Simulation.rst @@ -69,7 +69,8 @@ all options available, including the debugging one. .. option:: --stop-delta<=N> - Stop the simulation after `N` delta cycles in the same current time. + Stop the simulation after `N` delta cycles in the same current + time. The default is 5000. .. index:: display time |