diff options
Diffstat (limited to 'rtl/src/io.v')
-rw-r--r-- | rtl/src/io.v | 1 |
1 files changed, 1 insertions, 0 deletions
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, |