aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Hoglind <henrik.hoglind@arm.com>2022-06-17 11:30:05 +0200
committerHenrik Hoglind <henrik.hoglind@arm.com>2022-06-20 08:45:11 +0200
commitcaf6e6ddb0816b009b8bf19b9ea716b48bc33412 (patch)
tree28eec1602bbce00b53b05212ab3556392a92c91a
parentca7b03e95531bb3f9e14180d1c4fa24e3a514179 (diff)
downloadethos-u-core-platform-caf6e6ddb0816b009b8bf19b9ea716b48bc33412.tar.gz
Update npu config for corstone-310
The NPU config used for Corstone-310 is Ethos-U55-256. Change-Id: I386a8541ebe38b1dde4a0d3cf050e56c287815a1
-rw-r--r--targets/corstone-310/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/corstone-310/CMakeLists.txt b/targets/corstone-310/CMakeLists.txt
index 5583e3c..d9da888 100644
--- a/targets/corstone-310/CMakeLists.txt
+++ b/targets/corstone-310/CMakeLists.txt
@@ -26,7 +26,7 @@ if (NOT CMAKE_TOOLCHAIN_FILE)
set(CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/toolchain/armclang.cmake")
endif()
-set(ETHOSU_TARGET_NPU_CONFIG "ethos-u55-128" CACHE STRING "NPU configuration")
+set(ETHOSU_TARGET_NPU_CONFIG "ethos-u55-256" CACHE STRING "NPU configuration")
set(ETHOSU_TARGET_NPU_COUNT 1 CACHE INTERNAL "Number of NPUs")
set(ETHOSU_TARGET_NPU_TA_COUNT 2 CACHE INTERNAL "Number of timing adapters per NPU")