Skip to content

Commit

Permalink
Issue #975 correction.
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Gouedo <[email protected]>
  • Loading branch information
Pascal Gouedo committed Apr 9, 2024
1 parent b11c5f3 commit ad7efbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/cv32e40p_id_stage.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ module cv32e40p_id_stage
.hwlp_dec_cnt_i(hwlp_dec_cnt)
);

assign hwlp_valid = instr_valid_i & clear_instr_valid_o;
assign hwlp_valid = (instr_valid_i | csr_status) & clear_instr_valid_o;

// hwloop register id
assign hwlp_regid = instr[7]; // rd contains hwloop register id
Expand Down

0 comments on commit ad7efbf

Please sign in to comment.