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