From c5e3ee1d1c445f799e3cdfeee57ae8cfa3412743 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Mon, 23 Nov 2020 14:56:03 +0100 Subject: write Wasm code, that can print a number on the screen --- design/soc.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'design') 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), -- cgit v1.2.3