From 31347a54ac571ded6177b68e24aa2d0c2f2cab28 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Tue, 3 Nov 2020 22:01:29 +0100 Subject: incorporate SPI module into main design --- tests/soc_simple_display/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/soc_simple_display/Makefile') diff --git a/tests/soc_simple_display/Makefile b/tests/soc_simple_display/Makefile index 4506ff7..06bced1 100644 --- a/tests/soc_simple_display/Makefile +++ b/tests/soc_simple_display/Makefile @@ -1,6 +1,7 @@ VGA_TEST = 1 -DEPENDS = instructions.mem sram.v vga_display.v ../../design/*.v messages.vh +DEPENDS = instructions.mem sram.v vga_display.v flash_memory.v \ + soc_with_peripherals.v ../../design/*.v messages.vh IVFLAGS = -DROM_WORDS_COUNT=$(call FILE_LINES,instructions.mem) -- cgit v1.2.3