Fix for issue #892
Created by: silabs-oysteink
Changed from: (ebreak_in_wb_i && debug_mode_q_i) ? DBG_CAUSE_EBREAK : ctrl_fsm_i.debug_cause
to: ctrl_fsm_i.debug_cause
in both lines in question. Checked with a temporary assertion to check for correctness.