aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-09-23 03:35:36 +0200
committerTristan Gingold <tgingold@free.fr>2016-09-23 03:35:36 +0200
commitaed77c8fa1f4d892c05530916ef13be1eda7c005 (patch)
tree6bcfe29b7b8308433053c3ba335a3527107979a5 /doc
parenteb77ae0e52d9870105674677c6ec4914dda995ec (diff)
downloadghdl-aed77c8fa1f4d892c05530916ef13be1eda7c005.tar.gz
ghdl-aed77c8fa1f4d892c05530916ef13be1eda7c005.tar.bz2
ghdl-aed77c8fa1f4d892c05530916ef13be1eda7c005.zip
doc: clarify -e/-r and --workdir for issue #147
Diffstat (limited to 'doc')
-rw-r--r--doc/Invoking_GHDL.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Invoking_GHDL.rst b/doc/Invoking_GHDL.rst
index 067cf7194..e3d8f4153 100644
--- a/doc/Invoking_GHDL.rst
+++ b/doc/Invoking_GHDL.rst
@@ -62,7 +62,8 @@ Elaborate a design::
On GNU/Linux, if the GCC backend was enabled during the compilation of `GHDL`,
the elaboration command creates an executable containing the code of the `VHDL`
-sources, the elaboration code and simulation code to execute a design hierarchy.
+sources, the elaboration code and simulation code to execute a design
+hierarchy. The executable is created in the current directory.
On Windows or if the GCC backend was not enabled, this command elaborates the design
but does not generate anything.
@@ -118,7 +119,7 @@ The options and arguments are the same as for the elaboration command, :ref:`Ela
On GNU/Linux this command simply determines the filename of the executable
and executes it. Options are ignored. You may also directly execute
-the program.
+the program. The executable must be in the current directory.
This command exists for three reasons: