diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2019-11-28 05:55:11 +0000 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2019-11-28 06:55:11 +0100 |
commit | 8d3c6df5e62e38deac016c116e903ebec6bdb080 (patch) | |
tree | 4ea328c68dc04ad1f071800f39e81d1f8799bee8 /doc/examples/quick_start/heartbeat/README.rst | |
parent | 95801a5144f62bb45c60d6d04a0ec479bb97a693 (diff) | |
download | ghdl-8d3c6df5e62e38deac016c116e903ebec6bdb080.tar.gz ghdl-8d3c6df5e62e38deac016c116e903ebec6bdb080.tar.bz2 ghdl-8d3c6df5e62e38deac016c116e903ebec6bdb080.zip |
doc(heartbeat): fix position of arg '--wave' (#1040)
Diffstat (limited to 'doc/examples/quick_start/heartbeat/README.rst')
-rw-r--r-- | doc/examples/quick_start/heartbeat/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/quick_start/heartbeat/README.rst b/doc/examples/quick_start/heartbeat/README.rst index dc0fccb44..e95145095 100644 --- a/doc/examples/quick_start/heartbeat/README.rst +++ b/doc/examples/quick_start/heartbeat/README.rst @@ -30,7 +30,7 @@ through the use of dumpfiles'*. Therefore, you should first simulate your design .. code-block:: shell - ghdl -r --wave=wave.ghw heartbeat + ghdl -r heartbeat --wave=wave.ghw Then, you can view the dump: |