diff options
Diffstat (limited to 'tests/soc_simple_display/Makefile')
-rw-r--r-- | tests/soc_simple_display/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/soc_simple_display/Makefile b/tests/soc_simple_display/Makefile new file mode 100644 index 0000000..4506ff7 --- /dev/null +++ b/tests/soc_simple_display/Makefile @@ -0,0 +1,9 @@ +VGA_TEST = 1 + +DEPENDS = instructions.mem sram.v vga_display.v ../../design/*.v messages.vh + +IVFLAGS = -DROM_WORDS_COUNT=$(call FILE_LINES,instructions.mem) + +TOP = soc_test + +include ../../Makefile.test |