ID:10431 VHDL Secondary Unit Declaration error at <location>: secondary unit "<name>" already exists in primary unit "<name>"

CAUSE: In a secondary unit declaration at the specified location in a VHDL Design File (.vhd), you declared the specified secondary unit. However, the specified primary unit already contains a secondary unit with the same name.

ACTION: Assign unique names to the secondary units in a particular primary unit.