ID:10398 VHDL Process Statement error at <location>: Process Statement must contain only one Wait Statement

CAUSE: In a Process Statement at the specified location in a VHDL Design File (.vhd), you used more than one Wait Statement. However, a Process Statement must contain only one Wait Statement.

ACTION: Remove all but one Wait Statement from the Process Statement. If you want, create new Process Statements for each Wait Statement you removed.