summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2021-09-16 17:54:35 +0100
committerIsabella Gottardi <isabella.gottardi@arm.com>2021-10-05 14:00:47 +0000
commit118f73e0396fe66ee5cc3c0daec0882c7160a7cb (patch)
treefa604ebef4a221844c294b76598c259a12feb61d /Readme.md
parent5c0ce54aaf276a13ac30902e8181faa662289b33 (diff)
downloadml-embedded-evaluation-kit-118f73e0396fe66ee5cc3c0daec0882c7160a7cb.tar.gz
MLECO-2395: Allow users to select Ethos-U memory mode
Change-Id: Icf09410f12072e8d7850dd1e540c3243af24ed09
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md13
1 files changed, 8 insertions, 5 deletions
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) | <https://www.pexels.com> |
| [Keyword Spotting Samples](./resources/kws/samples/files.md) | [Creative Commons Attribution 4.0 International Public License](./resources/LICENSE_CC_4.0.txt) | <http://download.tensorflow.org/data/speech_commands_v0.02.tar.gz> |
| [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) | <http://download.tensorflow.org/data/speech_commands_v0.02.tar.gz> |
-| [Visual Wake Word Samples](./resources/vww/samples/files.md) | [Creative Commons Attribution 1.0](./resources/LICENSE_CC_1.0.txt) | <https://www.pexels.com> | \ 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) | <https://www.pexels.com> |