blob: 473c8876e6fdca587f09f5605a88222a93eb4e07 (
about) (
plain)
1
2
3
4
5
6
7
|
DEPENDS = operations.mem slave.v master.v interface_wrapper.v messages.vh
IVFLAGS = -DMASTER_OPERATIONS_COUNT=$(call FILE_LINES,operations.mem)
TOP = interface_wrapper_test
include ../../Makefile.test
|