mirror of https://github.com/YosysHQ/yosys.git
Improved nomem2reg documentation
This commit is contained in:
parent
269e37e969
commit
ac8f4d298b
5
README
5
README
|
@ -248,7 +248,10 @@ Verilog Attributes and non-standard features
|
||||||
is strongly recommended instead).
|
is strongly recommended instead).
|
||||||
|
|
||||||
- The "nomem2reg" attribute on modules or arrays prohibits the
|
- 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
|
- The "mem2reg" attribute on modules or arrays forces the early
|
||||||
conversion of arrays to separate registers.
|
conversion of arrays to separate registers.
|
||||||
|
|
Loading…
Reference in New Issue