Revert "Reset {rs1,rs2_out} when flushing the decode stage"

This reverts commit 144cbe996fab0596230d9b7d14c94373e8e5bbba.

It isn't required as we reset the rd_writeback_out register.
This commit is contained in:
Graham Edgecombe 2017-12-05 21:08:32 +00:00
parent e7ae22bf31
commit 9541f198c2

View file

@ -496,8 +496,6 @@ module rv32_decode (
endcase
if (flush_in) begin
rs1_out <= 0;
rs2_out <= 0;
mem_read_en_out <= 0;
mem_write_en_out <= 0;
branch_op_out <= RV32_BRANCH_OP_NEVER;