aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2022-08-03 15:51:08 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-08-03 15:51:08 +0200
commitde1a9f6e9bdd2243c4158789834ef21ee94fc31c (patch)
tree683d435303dacc8d8e0cf979f863368952d0594e /targets
parent1142d9c7bb4e6da03a02f45f40c7aab702148776 (diff)
downloadethos-u-core-platform-de1a9f6e9bdd2243c4158789834ef21ee94fc31c.tar.gz
Corstone-310 FVP update
Updating scripts to support next release of Corstone-310 FVP. Change-Id: Idb13d8caa9954524d11aa0aa14c812e3c4d6b89d
Diffstat (limited to 'targets')
-rw-r--r--targets/corstone-310/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/corstone-310/CMakeLists.txt b/targets/corstone-310/CMakeLists.txt
index ec0a57a..d943797 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-256" CACHE STRING "NPU configuration")
+set(ETHOSU_TARGET_NPU_CONFIG "ethos-u65-256" CACHE STRING "NPU configuration")
set(ETHOSU_TARGET_NPU_COUNT 1 CACHE INTERNAL "Number of NPUs")
set(ETHOSU_TARGET_NPU_TA_COUNT 0 CACHE INTERNAL "Number of timing adapters per NPU")
@@ -54,7 +54,7 @@ set(SYSTEM_CORE_CLOCK "25000000" CACHE INTERNAL "System core clock (Hz)")
cmake_minimum_required(VERSION 3.21)
-project(ethos-u-corstone-polaris VERSION 0.0.1)
+project(ethos-u-corstone-310 VERSION 0.0.1)
include(${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/helpers.cmake)