aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorForrest Voight <forrest.voight@gmail.com>2016-06-13 11:09:13 -0700
committertgingold <tgingold@users.noreply.github.com>2016-06-13 20:09:13 +0200
commit1069e08700b122daa9302f3e715a586a07d80156 (patch)
treeda76e0581000bd6f8da7b8ab5d4eebcefd0fc18b /doc
parenta41a009f2ebec350f0ebbcbf8353223a15cfa557 (diff)
downloadghdl-1069e08700b122daa9302f3e715a586a07d80156.tar.gz
ghdl-1069e08700b122daa9302f3e715a586a07d80156.tar.bz2
ghdl-1069e08700b122daa9302f3e715a586a07d80156.zip
Document bind only (-b) option to make (-m) command from commit 876bf7fea6d. (#76)
Diffstat (limited to 'doc')
-rw-r--r--doc/Invoking_GHDL.rst4
-rw-r--r--doc/ghdl.texi4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/Invoking_GHDL.rst b/doc/Invoking_GHDL.rst
index 8dcb76b5e..b0410f207 100644
--- a/doc/Invoking_GHDL.rst
+++ b/doc/Invoking_GHDL.rst
@@ -629,6 +629,10 @@ all outdated files. A file may be outdated because it has been modified
the file depends on a unit which is outdated. This rule is of course
recursive.
+With the @code{-b} (bind only) option, GHDL will stop before the final linking
+step. This is useful when the main entry point is not GHDL and you're linking
+GHDL object files into a foreign program.
+
With the :option:`-f` (force) option, GHDL analyzes all the units of the
work library needed to create the design hierarchy. Not outdated units
are recompiled. This is useful if you want to compile a design hierarchy
diff --git a/doc/ghdl.texi b/doc/ghdl.texi
index e06f95735..15c4b3a1c 100644
--- a/doc/ghdl.texi
+++ b/doc/ghdl.texi
@@ -1416,6 +1416,10 @@ all outdated files. A file may be outdated because it has been modified
the file depends on a unit which is outdated. This rule is of course
recursive.
+With the @code{-b} (bind only) option, GHDL will stop before the final linking
+step. This is useful when the main entry point is not GHDL and you're linking
+GHDL object files into a foreign program.
+
With the @code{-f} (force) option, GHDL analyzes all the units of the
work library needed to create the design hierarchy. Not outdated units
are recompiled. This is useful if you want to compile a design hierarchy