ID:13769 VHDL error at <location>: name "<name>" cannot be used because it is already used for a previously declared item

CAUSE: At the specified location in a VHDL Design File (.vhd), you declared the specified name for an item (for example, for an object or type). However, you cannot use the name for the item because you already used the name for another item. You cannot use a name for more than one item.

ACTION: Use a different name for the item you are declaring.