diff options
Diffstat (limited to 'tests/soc_print_number/Makefile')
-rw-r--r-- | tests/soc_print_number/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/soc_print_number/Makefile b/tests/soc_print_number/Makefile new file mode 100644 index 0000000..06bced1 --- /dev/null +++ b/tests/soc_print_number/Makefile @@ -0,0 +1,10 @@ +VGA_TEST = 1 + +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) + +TOP = soc_test + +include ../../Makefile.test |