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

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

TOP = master_arbiter_test

include ../../Makefile.test