CAUSE: | In a Verilog Design File (.v) at the specified location, you assigned values directly to the specified memory, but you must not assign values to an entire memory directly. |
ACTION: | Assign values explictly to individual memory bits, as shown in the following example: module mem_fixed(a, x); |
See also:
Section 6.2 of the IEEE Std. 1364-2001 IEEE Standard Verilog Hardware Description Language manual
- PLDWorld - |
|
Created by chm2web html help conversion utility. |