aboutsummaryrefslogtreecommitdiff
path: root/OPTIONS.md
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2021-02-18 23:02:50 +0000
committerTim Hall <tim.hall@arm.com>2021-02-19 11:50:20 +0000
commitb0b56d3ad218fbc78629c22096e12be4775f30ed (patch)
tree01c77c0f1d46c4e15f11b9c066543bfe4ceb7e7b /OPTIONS.md
parent2b74b9a25a6c89a0c059c3fbb2d9145c76c0ea23 (diff)
downloadethos-u-vela-b0b56d3ad218fbc78629c22096e12be4775f30ed.tar.gz
MLBEDSW-3938: Describe internal-default CLI value2.1.0.rc2
- Updated system config and memory mode CLI options - Fixed some formatting problems in other markdown files Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: If0fc2989538f372bfb6d6370565e940d132ca546
Diffstat (limited to 'OPTIONS.md')
-rw-r--r--OPTIONS.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/OPTIONS.md b/OPTIONS.md
index dbd18694..86b05f63 100644
--- a/OPTIONS.md
+++ b/OPTIONS.md
@@ -161,7 +161,12 @@ vela network.tflite --accelerator-config ethos-u55-64
Selects the system configuration to use as specified in the Vela configuration
file (see section below).
**Type: String**
-**Default: Use internal default config**
+**Default: Use `internal-default` config. This maps to the following configs from the example `vela.ini` file**
+
+- **Ethos-U65** - System configuration Ethos-U65 Client-Server: SRAM (16 GB/s)
+ and DRAM (12 GB/s)
+- **Ethos-U55** - System configuration Ethos-U55 High-End Embedded: SRAM
+ (4 GB/s) and Flash (0.5 GB/s)
```bash
vela network.tflite --config my_vela_cfg.ini --system-config My_Sys_Cfg
@@ -172,7 +177,13 @@ vela network.tflite --config my_vela_cfg.ini --system-config My_Sys_Cfg
Selects the memory mode to use as specified in the Vela configuration file (see
section below).
**Type: String**
-**Default: Use internal default config**
+**Default: Use `internal-default` config. This maps to the following configs from the example `vela.ini` file**
+
+- **Ethos-U65** - Memory mode Dedicated SRAM: the SRAM is only for use by the
+ Ethos-U. The non-SRAM memory is assumed to be read-writeable
+- **Ethos-U55** - Memory mode Shared SRAM: the SRAM is shared between the
+ Ethos-U and the Cortex-M software. The non-SRAM memory is assumed to be
+ read-only
```bash
vela network.tflite --config my_vela_cfg.ini --memory-mode My_Mem_Mode