ID:10579 VHDL Signal Declaration error at <location>: guarded signal with scalar type must be a resolved signal or a subelement of a resolved signal

CAUSE: In a Signal Declaration at the specified location in a VHDL Design File (.vhd), you declared a guarded signal that has a scalar type, and that is not a resolved signal or a subelement of a resolved signal. However, a guarded signal with scalar type must be a resolved signal or a subelement of a resolved signal.

ACTION: Change the Signal Declaration so the guarded signal with scalar type is a resolved signal or a subelement of a resolved signal.