From 1069e08700b122daa9302f3e715a586a07d80156 Mon Sep 17 00:00:00 2001 From: Forrest Voight Date: Mon, 13 Jun 2016 11:09:13 -0700 Subject: Document bind only (-b) option to make (-m) command from commit 876bf7fea6d. (#76) --- doc/Invoking_GHDL.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/Invoking_GHDL.rst') 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 -- cgit v1.2.3