blob: 6d5b79e18dd4cb35e92e10e77963f249847ef0e5 (
about) (
plain)
1
2
3
4
5
6
7
8
9
|
DEPENDS = operations.mem rom.mem master.v embedded_bram_slave.v messages.vh
IVFLAGS = \
-DMASTER_OPERATIONS_COUNT=$(call FILE_LINES,operations.mem) \
-DROM_WORDS_COUNT=$(call FILE_LINES,rom.mem)
TOP = embedded_bram_test
include ../../Makefile.test
|