From df7c81699e7fcb0a93a3dc130de1597faa13b4ff Mon Sep 17 00:00:00 2001 From: Marwan Abbas <67271180+marwaneltoukhy@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:24:00 +0530 Subject: [PATCH] Update ram_wb_controller.v --- hdl/controllers/ram_wb_controller.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hdl/controllers/ram_wb_controller.v b/hdl/controllers/ram_wb_controller.v index 610a8ad..dae0bc2 100644 --- a/hdl/controllers/ram_wb_controller.v +++ b/hdl/controllers/ram_wb_controller.v @@ -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 @@ -66,4 +66,4 @@ module ram_wb_controller #(parameter AW = 12) ( wbs_ack_o <= 1'b0; end -endmodule \ No newline at end of file +endmodule