Skip to content

Commit

Permalink
🔥 Revert "Fix LSU WB enabled during stalls"
Browse files Browse the repository at this point in the history
This reverts commit 1c0827c.
  • Loading branch information
stmach authored and Pasquale Davide Schiavone committed Apr 19, 2018
1 parent 7dad509 commit 3606a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv_ex_stage.sv
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ module riscv_ex_stage
wb_contention_lsu = 1'b0;

if (regfile_we_lsu) begin
regfile_we_wb_o = wb_ready_i; // wb_ready_i corresponds to data_rvalid from LSU
regfile_we_wb_o = 1'b1;
if (apu_valid & (!apu_singlecycle & !apu_multicycle)) begin
wb_contention_lsu = 1'b1;
// $error("%t, wb-contention", $time);
Expand Down

0 comments on commit 3606a02

Please sign in to comment.