From afcb6d283c1cf30f420cbf04abde737dff66781d Mon Sep 17 00:00:00 2001 From: Luke Wren Date: Thu, 23 Mar 2023 10:57:50 +0000 Subject: [PATCH] Missing default assignment --- hdl/hazard3_instr_decompress.v | 1 + 1 file changed, 1 insertion(+) diff --git a/hdl/hazard3_instr_decompress.v b/hdl/hazard3_instr_decompress.v index ca12e63..fe5ddfe 100644 --- a/hdl/hazard3_instr_decompress.v +++ b/hdl/hazard3_instr_decompress.v @@ -184,6 +184,7 @@ end else begin: instr_decompress uop_seq_end = 1'b0; in_uop_seq = 1'b0; uop_atomic = 1'b0; + uop_no_pc_update = 1'b0; uop_ctr_nxt = uop_ctr; end else begin instr_is_32bit = 1'b0;