aboutsummaryrefslogtreecommitdiff
path: root/design/soc.v
diff options
context:
space:
mode:
Diffstat (limited to 'design/soc.v')
-rw-r--r--design/soc.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/design/soc.v b/design/soc.v
index 4171f1d..0d17f2c 100644
--- a/design/soc.v
+++ b/design/soc.v
@@ -132,14 +132,14 @@ module soc
embedded_bram_slave
#(
- .MEMORY_BLOCKS(1),
+ .MEMORY_BLOCKS(2),
.WORDS_TO_INITIALIZE(`ROM_WORDS_COUNT),
.INITIAL_CONTENTS_FILE(ROM_FILE)
) slave0
(
.ACK_O(S0_ACK_O),
.CLK_I(CLK),
- .ADR_I(S0_ADR_I[7:0]),
+ .ADR_I(S0_ADR_I[8:0]),
.DAT_I(S0_DAT_I),
.DAT_O(S0_DAT_O),
.RST_I(RST),