CAUSE: | In an Always Construct, at the specified location in a Verilog Design File (.v), you declared an array for direct memory access; however, memory must not be accessed directly. |
ACTION: | Specify access to the memory explicitly, bit by bit, as shown in the following example: module mem_fixed(x); |
See also:
Section 3.10 and 4.2 of the IEEE Std. 1364-2001 IEEE Standard Verilog Hardware Description Language manual
- PLDWorld - |
|
Created by chm2web html help conversion utility. |