aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2020-05-08 11:24:18 +0200
committertgingold <tgingold@users.noreply.github.com>2020-05-08 17:40:30 +0200
commitbfa1576196ce238c6015bad67aef925a95ecfc53 (patch)
tree2016e05dd2b3dbe2653a3b3fdec44bebca228f76 /doc/using
parent763e2444798682f39e1e43397b549629372b47d8 (diff)
downloadghdl-bfa1576196ce238c6015bad67aef925a95ecfc53.tar.gz
ghdl-bfa1576196ce238c6015bad67aef925a95ecfc53.tar.bz2
ghdl-bfa1576196ce238c6015bad67aef925a95ecfc53.zip
doc: document option '-o'
Diffstat (limited to 'doc/using')
-rw-r--r--doc/using/InvokingGHDL.rst5
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
========