aboutsummaryrefslogtreecommitdiff
path: root/tests/self/Makefile
blob: d408792a296d6c394dcebe19a164495b4183cc1a (plain)
1
2
3
4
5
6
7
DEPENDS = operations.mem slave.v master.v messages.vh

IVFLAGS = -DMASTER_OPERATIONS_COUNT=$(call FILE_LINES,operations.mem)

TOP = self_test

include ../../Makefile.test