From 118f73e0396fe66ee5cc3c0daec0882c7160a7cb Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Thu, 16 Sep 2021 17:54:35 +0100 Subject: MLECO-2395: Allow users to select Ethos-U memory mode Change-Id: Icf09410f12072e8d7850dd1e540c3243af24ed09 --- Readme.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index b2a20b5..cfbf46d 100644 --- a/Readme.md +++ b/Readme.md @@ -75,10 +75,13 @@ If using the FPGA option, load the image on the FPGA and [launch the application > **Note:** The default flow assumes Arm® *Ethos™-U55* NPU usage, configured to use 128 Multiply-Accumulate units > and is sharing SRAM with the Arm® *Cortex®-M55*. -> Evaluation kit supports also: > -> - *Ethos™-U55* NPU configured to use 32, 64 and 256 Multiply-Accumulate units. -> - *Ethos™-U65* NPU configured to use 256 and 512 Multiply-Accumulate units. +> Ml embedded evaluation kit supports: +> +> | *Ethos™-U* NPU | Default MACs/cc | Other MACs/cc supported | Default Memory Mode | Other Memory Modes supported | +> |------------------|-----------------|-------------------------|---------------------|------------------------------| +> | *Ethos™-U55* | 128 | 32, 64, 256 | Shared_Sram | Sram_Only | +> | *Ethos™-U65* | 256 | 512 | Dedicated_Sram | Shared_Sram | > > For more information see [Building](./docs/documentation.md#building). @@ -105,7 +108,7 @@ Contributions are only accepted under the following conditions: - The contribution have certified origin and give us your permission. To manage this process we use [Developer Certificate of Origin (DCO) V1.1](https://developercertificate.org/). - To indicate that contributors agree to the the terms of the DCO, it's neccessary "sign off" the + To indicate that contributors agree to the the terms of the DCO, it's necessary "sign off" the contribution by adding a line with name and e-mail address to every git commit message: ```log @@ -189,4 +192,4 @@ Application input data sample files are provided under their original license: | [Image Classification Samples](./resources/img_class/samples/files.md) | [Creative Commons Attribution 1.0](./resources/LICENSE_CC_1.0.txt) | | | [Keyword Spotting Samples](./resources/kws/samples/files.md) | [Creative Commons Attribution 4.0 International Public License](./resources/LICENSE_CC_4.0.txt) | | | [Keyword Spotting and Automatic Speech Recognition Samples](./resources/kws_asr/samples/files.md) | [Creative Commons Attribution 4.0 International Public License](./resources/LICENSE_CC_4.0.txt) | | -| [Visual Wake Word Samples](./resources/vww/samples/files.md) | [Creative Commons Attribution 1.0](./resources/LICENSE_CC_1.0.txt) | | \ No newline at end of file +| [Visual Wake Word Samples](./resources/vww/samples/files.md) | [Creative Commons Attribution 1.0](./resources/LICENSE_CC_1.0.txt) | | -- cgit v1.2.1