File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
examples/arm/executor_runner Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ endif()
63
63
if (TARGET_BOARD STREQUAL "corstone-300" )
64
64
add_subdirectory (${ETHOS_SDK_PATH} /core_platform/targets/corstone-300 target )
65
65
target_compile_definitions (ethosu_target_common INTERFACE
66
+ # ETHOSU_MODEL=0 place pte file/data in SRAM area
67
+ # ETHOSU_MODEL=1 place pte file/data in DDR area
68
+ ETHOSU_MODEL=1
66
69
# Configure NPU architecture timing adapters
67
70
# Ethos_U55_High_End_Embedded
68
71
# This is just example numbers and you should make this match your hardware
@@ -98,6 +101,9 @@ if(TARGET_BOARD STREQUAL "corstone-300")
98
101
elseif (TARGET_BOARD STREQUAL "corstone-320" )
99
102
add_subdirectory (${ETHOS_SDK_PATH} /core_platform/targets/corstone-320 target )
100
103
target_compile_definitions (ethosu_target_common INTERFACE
104
+ # ETHOSU_MODEL=0 place pte file/data in SRAM area
105
+ # ETHOSU_MODEL=1 place pte file/data in DDR area
106
+ ETHOSU_MODEL=1
101
107
# Configure NPU architecture timing adapters
102
108
# Ethos_U85_SYS_DRAM_Mid
103
109
# This is just example numbers and you should make this match your hardware
You can’t perform that action at this time.
0 commit comments