Pass forwarded rs2 value to the mem stage
This commit is contained in:
parent
0acde319b0
commit
bd0a56118d
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ module rv32_execute (
|
|||
rd_out <= rd_in;
|
||||
rd_writeback_out <= rd_writeback_in;
|
||||
result_out <= result;
|
||||
rs2_value_out <= rs2_value_in;
|
||||
rs2_value_out <= rs2_value;
|
||||
branch_pc_out <= branch_pc;
|
||||
|
||||
if (flush_in) begin
|
||||
|
|
|
|||
Loading…
Reference in a new issue