Tweaked forwarding check. Program 3 works with a few stalls
This commit is contained in:
@@ -850,8 +850,8 @@ module fDPipReg(
|
||||
input wire clk,
|
||||
input wire reset,
|
||||
input wire En,
|
||||
input wire [50:0] Din,
|
||||
output reg [50:0] Dout);
|
||||
input wire [52:0] Din,
|
||||
output reg [52:0] Dout);
|
||||
|
||||
always @(posedge clk) begin
|
||||
if (reset == 1'b1) begin
|
||||
|
||||
Reference in New Issue
Block a user