blob: 4506ff7c1f1a0ad4db6aa2435e0744d9a046c6f4 (
about) (
plain)
1
2
3
4
5
6
7
8
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
|