ID:10451 VHDL Return Statement error at <location>: Return Statement for procedure in Subprogram Declaration cannot have expression

CAUSE: In a Subprogram Declaration for a procedure at the specified location in a VHDL Design File (.vhd), you specified a Return Statement that has an expression. However, the Return Statement for a procedure cannot have an expression.

ACTION: Remove the expression from the Return Statement.