Skip to content

Commit

Permalink
Merge pull request #19 from efabless/fix_wb_controller
Browse files Browse the repository at this point in the history
Update ram_wb_controller.v
  • Loading branch information
marwaneltoukhy authored Oct 30, 2024
2 parents 93fece4 + df7c816 commit 6d1691c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hdl/controllers/ram_wb_controller.v
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module ram_wb_controller #(parameter AW = 12) (
input [31:0] DO,
output [31:0] DI,
output [31:0] BEN,
output [AW-1:0] AD,
output [AW-3:0] AD,
output EN,
output R_WB,
output CLKin
Expand All @@ -66,4 +66,4 @@ module ram_wb_controller #(parameter AW = 12) (
wbs_ack_o <= 1'b0;
end

endmodule
endmodule

0 comments on commit 6d1691c

Please sign in to comment.