diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-05-08 11:24:18 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2020-05-08 17:40:30 +0200 |
commit | bfa1576196ce238c6015bad67aef925a95ecfc53 (patch) | |
tree | 2016e05dd2b3dbe2653a3b3fdec44bebca228f76 /doc/using | |
parent | 763e2444798682f39e1e43397b549629372b47d8 (diff) | |
download | ghdl-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.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 ======== |