diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-09-23 03:35:36 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-09-23 03:35:36 +0200 |
commit | aed77c8fa1f4d892c05530916ef13be1eda7c005 (patch) | |
tree | 6bcfe29b7b8308433053c3ba335a3527107979a5 /doc/Invoking_GHDL.rst | |
parent | eb77ae0e52d9870105674677c6ec4914dda995ec (diff) | |
download | ghdl-aed77c8fa1f4d892c05530916ef13be1eda7c005.tar.gz ghdl-aed77c8fa1f4d892c05530916ef13be1eda7c005.tar.bz2 ghdl-aed77c8fa1f4d892c05530916ef13be1eda7c005.zip |
doc: clarify -e/-r and --workdir for issue #147
Diffstat (limited to 'doc/Invoking_GHDL.rst')
-rw-r--r-- | doc/Invoking_GHDL.rst | 5 |
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: |