core.mk 171 B

12345678910
  1. CORE := spi_flash
  2. RTL_SRCS_spi_flash := $(addprefix rtl/, \
  3. spi_flash_reader.v \
  4. )
  5. TESTBENCHES_spi_flash := \
  6. spi_flash_reader_tb
  7. include $(ROOT)/build/core-magic.mk