From 01334f974f75d5ce405571095fc888c8ed7846d4 Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Fri, 12 Aug 2022 11:53:45 +0100 Subject: =?UTF-8?q?MLECO-3319:=20Documentation=20updates=20for=20Arm=C2=AE?= =?UTF-8?q?=20Corstone=E2=84=A2-310.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Documentation updates around use of Arm® Corstone™-310 AVH, especially in terms of use of timing adapters (TA). Also, use of TA's is forced off for SSE-310 subsystem's CMake configuration. Signed-off-by: Kshitij Sisodia Signed-off-by: Maksims Svecovs Change-Id: I66a87060d8d47ce2580aa15f3908be20162eab54 --- Readme.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index fd3a67c..685b004 100644 --- a/Readme.md +++ b/Readme.md @@ -7,10 +7,10 @@ To run evaluations using this software, we suggest using: - an [MPS3 board](https://developer.arm.com/tools-and-software/development-boards/fpga-prototyping-boards/mps3) with [Arm® Corstone-300](https://developer.arm.com/Processors/Corstone-300) or [Arm® Corstone-310](https://developer.arm.com/Processors/Corstone-310) implementations. - - Arm® Corstone-300 runs a combination of + - Arm® Corstone™-300 runs a combination of the [Arm® Cortex™-M55 processor](https://www.arm.com/products/silicon-ip-cpu/cortex-m/cortex-m55) and the [Arm® Ethos™-U55 NPU](https://www.arm.com/products/silicon-ip-cpu/ethos/ethos-u55). - - Arm® Corstone-310 runs a combination of + - Arm® Corstone™-310 runs a combination of the [Arm® Cortex™-M85 processor](https://www.arm.com/products/silicon-ip-cpu/cortex-m/cortex-m85) and the [Arm® Ethos™-U55 NPU](https://www.arm.com/products/silicon-ip-cpu/ethos/ethos-u55). @@ -19,7 +19,9 @@ To run evaluations using this software, we suggest using: or [Arm® Ethos™-U65 NPU](https://www.arm.com/products/silicon-ip-cpu/ethos/ethos-u65) software fast model in combination of the new [Arm® Cortex™-M55 processor](https://www.arm.com/products/silicon-ip-cpu/cortex-m/cortex-m55). You can also take advantage of [Arm Virtual Hardware](https://www.arm.com/products/development-tools/simulation/virtual-hardware) (AVH) and [run the Fixed Virtual Platform - in the cloud](./docs/sections/arm_virtual_hardware.md). An FVP implementation of Arm® Corstone-310 is also available via AVH. + in the cloud](./docs/sections/arm_virtual_hardware.md). + > **NOTE**: While Arm® Corstone™-300 is available as an [Ecosystem FVP](https://developer.arm.com/tools-and-software/open-source-software/arm-platforms-software/arm-ecosystem-fvps) + > and AVH, Arm® Corstone™-310 is available (for both Arm® Ethos™-U55 and Ethos™-U55 NPUs) only as AVH implementations. ## Overview of the evaluation kit @@ -68,7 +70,7 @@ the neural networks models executions. TensorFlow Lite for Microcontrollers is i and delegates execution of certain operators to the NPU or, if the neural network model operators are not supported on NPU, to the CPU. If the operator is supported, [CMSIS-NN](https://github.com/ARM-software/CMSIS_5) is used to optimise CPU workload execution with int8 data type. Else, TensorFlow™ Lite for Microcontrollers' reference kernels are used as -a final fall-back. +a final fall-back. Common ML application functions will help you to focus on implementing logic of your custom ML use case: you can modify only the use case code and leave all other components unchanged. Supplied build system will discover new ML application code and automatically include it into compilation flow. -- cgit v1.2.1