| 1234567891011121314151617181920 |
- TARGET = demo_cache
- NUCLEI_SDK_ROOT = ../../..
- # REQUIRE: CCM, ICACHE, DCACHE
- XLCFG_CCM := 1
- XLCFG_ICACHE :=
- XLCFG_DCACHE :=
- SRCDIRS = . src
- INCDIRS = . inc
- COMMON_FLAGS := -O2
- # DOWNLOAD mode must be a mode
- # such as external ddr/sram, core local ilm is not ok which will bypass cache
- DOWNLOAD ?= sram
- include $(NUCLEI_SDK_ROOT)/Build/Makefile.base
|