aboutsummaryrefslogtreecommitdiff
path: root/tests/intercon/Makefile
blob: d70c4038ab639bf3fb6f303ab8844007d7ff9218 (plain)
1
2
3
4
5
6
7
8
9
10
DEPENDS = operations0.mem operations1.mem slave.v master.v intercon.v \
	slave_dispatcher.v master_arbiter.v messages.vh

IVFLAGS = \
	-DMASTER0_OPERATIONS_COUNT=$(call FILE_LINES,operations0.mem) \
	-DMASTER1_OPERATIONS_COUNT=$(call FILE_LINES,operations1.mem)

TOP = intercon_test

include ../../Makefile.test
d>image: Export image? procedure.Mathieu Othacehe 2020-09-30image: Add image-type support.Mathieu Othacehe 2020-06-24image: Move hurd image definition to a dedicated file.Mathieu Othacehe 2020-06-13image: Add 'target' support.Mathieu Othacehe 2020-05-26image: Add partition file-system options support.Mathieu Othacehe 2020-05-26image: Set offset default to zero.Mathieu Othacehe 2020-05-26image: Add partition offset support.Mathieu Othacehe