ID:10596 VHDL Interface Declaration error at <location>: formal <signal> parameter "<name>" in Interface Signal Declaration cannot have default expression

CAUSE: In an Interface Signal Declaration at the specified location in a VHDL Design File (.vhd), you used a default expression for the specified formal signal parameter. However, an Interface Declaration for a formal signal parameter cannot contain a default expression.

ACTION: Remove the default expression.