aboutsummaryrefslogtreecommitdiff
path: root/tests/soc_simple_display/Makefile
blob: 06bced1eaa6c2ee34b4582815227a243fcd618c9 (plain)
1
2
3
4
5
6
7
8
9
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