diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-23 08:20:16 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-23 08:20:16 +0200 |
commit | 6a9573628b3c7e537bd273a483be9abcfa2ee429 (patch) | |
tree | acc804258af80527e3f606b709cb2fe8e36593a9 /rtl/src/io.v | |
parent | c6e342f93d1a7fe92d2a7e1b4e488f328e1f4469 (diff) | |
download | riscv_cpu-6a9573628b3c7e537bd273a483be9abcfa2ee429.tar.gz riscv_cpu-6a9573628b3c7e537bd273a483be9abcfa2ee429.zip |
mem size
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, |