VCOM -EXPLICIT OPTION NOTE
If you use a VHDL operator that is defined in more than one package listed in the package declaration section of your code, this can cause a vcom compiler error regarding ambiguity.
There is an -explicit vcom compile option to disable this error check.
i.e.,
vcom file.vhd -explicit