From 61ad9d4651aa9be761656bb13806e09b49e12e1a Mon Sep 17 00:00:00 2001 From: Jeremy Bennett Date: Sun, 3 Feb 2013 13:29:37 -0500 Subject: [PATCH] Commentary, bug610. Signed-off-by: Wilson Snyder --- bin/verilator | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/verilator b/bin/verilator index 4fbd75742..a71b1cc72 100755 --- a/bin/verilator +++ b/bin/verilator @@ -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 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 Warns that a label attached to a "end"-something statement does not match