Skip to content

Commit

Permalink
Update ram_wb_controller.v
Browse files Browse the repository at this point in the history
  • Loading branch information
marwaneltoukhy authored Oct 30, 2024
1 parent 93fece4 commit df7c816
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 df7c816

Please sign in to comment.