diff options
author | gingold | 2006-06-19 19:29:29 +0000 |
---|---|---|
committer | gingold | 2006-06-19 19:29:29 +0000 |
commit | 8c212ade722f0f46ab7e8d9fddfe5769ee6e2bed (patch) | |
tree | a12cc30c0767380fcaf06c0df5beabc324b4a985 /doc | |
parent | a8db752954f060217f21417bd98077a215fab971 (diff) | |
download | ghdl-8c212ade722f0f46ab7e8d9fddfe5769ee6e2bed.tar.gz ghdl-8c212ade722f0f46ab7e8d9fddfe5769ee6e2bed.tar.bz2 ghdl-8c212ade722f0f46ab7e8d9fddfe5769ee6e2bed.zip |
bug fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ghdl.texi | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/ghdl.texi b/doc/ghdl.texi index f4cfdf1..e704221 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 |