Skip to content

Commit

Permalink
Merge pull request #907 from silabs-oysteink/silabs-oysteink_id-stage…
Browse files Browse the repository at this point in the history
…-path-todo

Removed TODO in ID stage. Path mentioned in TODO cannot be found, lik…
  • Loading branch information
Silabs-ArjanB committed Aug 11, 2023
2 parents 220ea92 + 0c66f4a commit 49c6010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/cv32e40x_id_stage.sv
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ module cv32e40x_id_stage import cv32e40x_pkg::*;
id_ex_pipe_o.alu_bch <= 1'b0;
id_ex_pipe_o.alu_jmp <= 1'b0;
id_ex_pipe_o.alu_operator <= ALU_SLTU;
id_ex_pipe_o.alu_operand_a <= 32'b0; // todo: path from data_rdata_i through WB to id_ex_pipe_o_reg_alu_operand_a seems longer than needed (too many gates in ID)
id_ex_pipe_o.alu_operand_a <= 32'b0;
id_ex_pipe_o.alu_operand_b <= 32'b0;

id_ex_pipe_o.operand_c <= 32'b0;
Expand Down

0 comments on commit 49c6010

Please sign in to comment.