Improved nomem2reg documentation
authorClifford Wolf <clifford@clifford.at>
Thu, 30 Oct 2014 08:12:55 +0000 (09:12 +0100)
committerClifford Wolf <clifford@clifford.at>
Thu, 30 Oct 2014 08:12:55 +0000 (09:12 +0100)
README

diff --git a/README b/README
index 1eb6f10aaf2bbcf9a23b5bc0917cc13b2d330280..d90a11935576a4818c396191f7f67b0da8f6fd6e 100644 (file)
--- a/README
+++ b/README
@@ -248,7 +248,10 @@ Verilog Attributes and non-standard features
   is strongly recommended instead).
 
 - The "nomem2reg" attribute on modules or arrays prohibits the
-  automatic early conversion of arrays to separate registers.
+  automatic early conversion of arrays to separate registers. This
+  is potentially dangerous. Usually the front-end has good reasons
+  for converting an array to a list of registers. Prohibiting this
+  step will likely result in incorrect synthesis results.
 
 - The "mem2reg" attribute on modules or arrays forces the early
   conversion of arrays to separate registers.