Slide 28 of 53
Notes:
At any VHDL assignment to objects with parameters or indices, associations may be made by position, name, or by a combination of the two as long as the association is not then made ambiguous. Named associations are highlighted here for two reasons. First, the use of OTHERS can be very useful when assigning the values to an object with many indices. Second, it can be confusing to see an assignment as the one in the declaration of the variable var_nam1 above in which a constant seems to be assigned to another constant when in actuality it is a constant being assigned to the location referenced by a constant index.