CAUSE: | In an Association List at the specified location in a VHDL Design File (.vhd), you used named association to map an actual parameter to the specified formal parameter of an item (such as a component or function). However, you did not declare the formal parameter for the item. For example, the Association List in the following code assigns the actual parameter ENTITY err IS You must declare a formal parameter before you assign an actual parameter to it. |
ACTION: | Assign actual parameters only to formal parameters that are declared for the item. For example, in the Association List above, i=>i must be d=>i . |
See also:
Section 4.2.1.1 of the IEEE Std 1076-1993 IEEE Standard VHDL Language Reference Manual
- PLDWorld - |
|
Created by chm2web html help conversion utility. |