DEPENDS = operations.mem master.v spi_slave.v flash_memory.v messages.vh rom.mem IVFLAGS = \ -DMASTER_OPERATIONS_COUNT=$(call FILE_LINES,operations.mem) \ -DROM_WORDS_COUNT=$(call FILE_LINES,rom.mem) TOP = spi_test include ../../Makefile.test
index : AGH-engineering-thesis | ||
Code related to my engineering thesis at AGH University of Science and Technology in Kraków, Poland |
aboutsummaryrefslogtreecommitdiff |
DEPENDS = operations.mem master.v spi_slave.v flash_memory.v messages.vh rom.mem IVFLAGS = \ -DMASTER_OPERATIONS_COUNT=$(call FILE_LINES,operations.mem) \ -DROM_WORDS_COUNT=$(call FILE_LINES,rom.mem) TOP = spi_test include ../../Makefile.test