Commit 15333cd6 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

removed ugly mem2mem bypass

parent c374e8af
...@@ -151,7 +151,7 @@ module rv_cpu ...@@ -151,7 +151,7 @@ module rv_cpu
wire [31:0] rf_bypass_rd_value = rf_rd_value; wire [31:0] rf_bypass_rd_value = x2w_rd_value;
//x2w_rd_value; //x2w_rd_value;
wire rf_bypass_rd_write = rf_rd_write && !x2w_load; wire rf_bypass_rd_write = rf_rd_write && !x2w_load;
// x2w_rd_write && !w_stall; // x2w_rd_write && !w_stall;
......
...@@ -30,7 +30,7 @@ module rv_exec ...@@ -30,7 +30,7 @@ module rv_exec
input x_stall_i, input x_stall_i,
input x_kill_i, input x_kill_i,
output x_stall_req_o, output x_stall_req_o,
wire w_stall_req_i, input w_stall_req_i,
input [31:0] d_pc_i, input [31:0] d_pc_i,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment