diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-11-03 22:01:29 +0100 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-11-03 22:01:29 +0100 |
commit | 31347a54ac571ded6177b68e24aa2d0c2f2cab28 (patch) | |
tree | 745db3d5e455d6cad6124672ec304e608ccb4478 /tests/soc_simple_display/Makefile | |
parent | cd0c787bcfc89a0a1e14f4404a59cb4697854621 (diff) | |
download | AGH-engineering-thesis-31347a54ac571ded6177b68e24aa2d0c2f2cab28.tar.gz AGH-engineering-thesis-31347a54ac571ded6177b68e24aa2d0c2f2cab28.zip |
incorporate SPI module into main design
Diffstat (limited to 'tests/soc_simple_display/Makefile')
-rw-r--r-- | tests/soc_simple_display/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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) |