From 68c80359ba0983bc21a18c0270025be9b441c0bb Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Tue, 29 Dec 2020 19:56:04 +0100 Subject: add the ability to include additional data at the end of bitstream image and prepare an example, that reads thic data through SPI and displays it --- models/soc_with_peripherals.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models') diff --git a/models/soc_with_peripherals.v b/models/soc_with_peripherals.v index 40ee341..ec92238 100644 --- a/models/soc_with_peripherals.v +++ b/models/soc_with_peripherals.v @@ -14,7 +14,7 @@ module soc_with_peripherals parameter EMBEDDED_ROM_WORDS_COUNT = "error, rom words count not given", parameter EMBEDDED_ROM_FILE = {DESIGN_DIR, "rom.mem"}, parameter SPI_ROM_WORDS_COUNT = 0, - parameter SPI_ROM_FILE = "/dev/zero" + parameter SPI_ROM_FILE = "/dev/null" ) ( input wire clock_100mhz, -- cgit v1.2.3