diff options
Diffstat (limited to 'doc/ghdl.texi')
-rw-r--r-- | doc/ghdl.texi | 4 |
1 files changed, 4 insertions, 0 deletions
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 |