aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2006-06-19 19:29:29 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2006-06-19 19:29:29 +0000
commit8c212ade722f0f46ab7e8d9fddfe5769ee6e2bed (patch)
treea12cc30c0767380fcaf06c0df5beabc324b4a985 /doc
parenta8db752954f060217f21417bd98077a215fab971 (diff)
downloadghdl-8c212ade722f0f46ab7e8d9fddfe5769ee6e2bed.tar.gz
ghdl-8c212ade722f0f46ab7e8d9fddfe5769ee6e2bed.tar.bz2
ghdl-8c212ade722f0f46ab7e8d9fddfe5769ee6e2bed.zip
bug fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/ghdl.texi12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/ghdl.texi b/doc/ghdl.texi
index f4cfdf145..e704221c9 100644
--- a/doc/ghdl.texi
+++ b/doc/ghdl.texi
@@ -947,10 +947,14 @@ is set by default.
@item --warn-delayed-checks
@cindex @option{--warn-delayed-checks} switch
-Warns for checks that cannot be done during analysis time and are postponed to
-elaboration time. These checks are checks for no wait statement in a procedure
-called in a sensitized process. If the body of the procedure is not known
-at analysis time, the check will be performed during elaboration.
+Warns for checks that cannot be done during analysis time and are
+postponed to elaboration time. This is because not all procedure
+bodies are available during analysis (either because a package body
+has not yet been analysed or because @code{GHDL} doesn't read not required
+package bodies).
+
+These are checks for no wait statement in a procedure called in a
+sensitized process and checks for pure rules of a function.
@item --warn-body
@cindex @option{--warn-body} switch