ID:10624 VHDL Package Declaration error at <location>: package "<name>" already exists in the work library

CAUSE: In a package declaration at the specified location in a VHDL Design File (.vhd), you declared a package with the specified name. However, a package with the same name already exists in the current work library. You cannot declare two packages with the same name in the same library.

ACTION: Declare one of the packages with a different name, or specify a different destination library for one of the packages using one of the methods discussed in Organizing a VHDL Design into Libraries.