diff --git a/docs/guide/warnings.rst b/docs/guide/warnings.rst index 9e03d38d2..0a97c30e1 100644 --- a/docs/guide/warnings.rst +++ b/docs/guide/warnings.rst @@ -1463,15 +1463,7 @@ List Of Warnings than zero, when it is to be used in a preprocessor expression. -.. option:: PROCASSWIRE - - .. TODO better example - - An error that a procedural assignment is setting a wire. According to IEEE, - a var/reg must be used as the target of procedural assignments. - - -.. option:: PROCINITASSIGN +.. option:: PROCASSINIT Warns that the specified signal is given an initial value where it is declared, and is also driven in an always process. Typically such @@ -1480,15 +1472,15 @@ List Of Warnings Faulty example: - .. include:: ../../docs/gen/ex_PROCINITASSIGN_faulty.rst + .. include:: ../../docs/gen/ex_PROCASSINIT_faulty.rst Results in: - .. include:: ../../docs/gen/ex_PROCINITASSIGN_msg.rst + .. include:: ../../docs/gen/ex_PROCASSINIT_msg.rst One possible fix, adding a reset to the always: - .. include:: ../../docs/gen/ex_PROCINITASSIGN_fixed.rst + .. include:: ../../docs/gen/ex_PROCASSINIT_fixed.rst Alternatively, use an initial block for the initialization: @@ -1500,6 +1492,14 @@ List Of Warnings correctly. +.. option:: PROCASSWIRE + + .. TODO better example + + An error that a procedural assignment is setting a wire. According to IEEE, + a var/reg must be used as the target of procedural assignments. + + .. option:: PROFOUTOFDATE Warns that threads were scheduled using estimated costs, even though diff --git a/docs/spelling.txt b/docs/spelling.txt index d2326c6eb..fe6ee5665 100644 --- a/docs/spelling.txt +++ b/docs/spelling.txt @@ -273,6 +273,7 @@ Mednick Mei Melo Menküc +Menon Michail Michiels Microsystems @@ -303,6 +304,7 @@ Nauticus Newgard Nigam Nikana +Niraj Niranjan Nitza Noack