diff options
Diffstat (limited to 'doc/using')
-rw-r--r-- | doc/using/InvokingGHDL.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/using/InvokingGHDL.rst b/doc/using/InvokingGHDL.rst index 9a548c992..808e26013 100644 --- a/doc/using/InvokingGHDL.rst +++ b/doc/using/InvokingGHDL.rst @@ -366,6 +366,11 @@ Options Be verbose. For example, for analysis, elaboration and make commands, GHDL displays the commands executed. +.. option:: -o=<FNAME> + + All the commands that perform a link (:option:`-e`, :option:`--elab-run`, :option:`--link`, :option:`-c`, :option:`-m`, + etc.) support overriding the location and name of the generated artifact. + Warnings ======== |