aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Starting_with_GHDL.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Starting_with_GHDL.rst')
-rw-r--r--doc/Starting_with_GHDL.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Starting_with_GHDL.rst b/doc/Starting_with_GHDL.rst
index 23888ba59..d046e9aca 100644
--- a/doc/Starting_with_GHDL.rst
+++ b/doc/Starting_with_GHDL.rst
@@ -286,7 +286,7 @@ And you can run the test suite:
.. code-block:: shell
- $ ghdl -r dlx_test_behaviour
+ $ ghdl -r --workdir=work dlx_test_behaviour
The test bench monitors the bus and displays each instruction executed.
@@ -305,7 +305,7 @@ stop when an assertion above or equal a certain severity level occurs:
.. code-block:: shell
- $ ghdl -r dlx_test_behaviour --assert-level=note
+ $ ghdl -r --workdir=work dlx_test_behaviour --assert-level=note
With this option, the program stops just after the previous message::