From 6a9573628b3c7e537bd273a483be9abcfa2ee429 Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Thu, 23 May 2024 08:20:16 +0200 Subject: mem size --- rtl/src/io.v | 1 + 1 file changed, 1 insertion(+) (limited to 'rtl/src/io.v') diff --git a/rtl/src/io.v b/rtl/src/io.v index f872b83..90db1ad 100644 --- a/rtl/src/io.v +++ b/rtl/src/io.v @@ -7,6 +7,7 @@ module io ( input we, input [31:0] addr, + input [2:0] size, input [31:0] wd, output reg [31:0] rd, -- cgit v1.2.3