mirror of
https://github.com/verilator/verilator.git
synced 2025-01-03 21:27:35 +00:00
Commentary, bug610.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
f07f6a26a8
commit
61ad9d4651
@ -2837,6 +2837,14 @@ designs should now be using the #(...) format to specify parameters.
|
|||||||
Disabled by default as this is a code style warning; it will simulate
|
Disabled by default as this is a code style warning; it will simulate
|
||||||
correctly.
|
correctly.
|
||||||
|
|
||||||
|
=item DETECTARRAY
|
||||||
|
|
||||||
|
Error when Verilator tries to deal with a combinatorial loop that could not be
|
||||||
|
flattened, and which involves a structure. This typically ocurrs when
|
||||||
|
-Wno-UNOPTFLAT has been used to override an UNOPTFLAT warning (see below).
|
||||||
|
|
||||||
|
The solution is to break the loop, as described for UNOPTFLAT.
|
||||||
|
|
||||||
=item ENDLABEL
|
=item ENDLABEL
|
||||||
|
|
||||||
Warns that a label attached to a "end"-something statement does not match
|
Warns that a label attached to a "end"-something statement does not match
|
||||||
|
Loading…
Reference in New Issue
Block a user