summaryrefslogtreecommitdiff
path: root/docs/use_cases/asr.md
diff options
context:
space:
mode:
authorKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-27 11:07:30 +0100
committerKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-27 11:07:30 +0100
commit698c5a7316044c64ed98500a9a602554c69c9f3f (patch)
tree691419940ca82aeee49bfb2fd7e31f85fddbee4c /docs/use_cases/asr.md
parent3ef1fd4880d76f62ee25c8a6f2afaa3f869498c1 (diff)
downloadml-embedded-evaluation-kit-698c5a7316044c64ed98500a9a602554c69c9f3f.tar.gz
MLECO-1953: Corrections for documentation
Minor documentation corrections for the location of `images.txt` file (used for MPS3 FPGA deployment). Change-Id: Icdeaae04a5b9132c0d2f3d48948588e4954a85e6
Diffstat (limited to 'docs/use_cases/asr.md')
-rw-r--r--docs/use_cases/asr.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/use_cases/asr.md b/docs/use_cases/asr.md
index a8142aa..0f5da40 100644
--- a/docs/use_cases/asr.md
+++ b/docs/use_cases/asr.md
@@ -185,8 +185,8 @@ bin
 ├── ethos-u-asr.axf
 ├── ethos-u-asr.htm
 ├── ethos-u-asr.map
- ├── images-asr.txt
 └── sectors
+ ├── images.txt
└── asr
├── dram.bin
└── itcm.bin
@@ -201,9 +201,9 @@ Where:
- `ethos-u-asr.htm`: Human readable file containing the call graph of application functions.
-- `sectors/`: Folder containing the built application, split into files for loading into different FPGA memory regions.
+- `sectors/asr`: Folder containing the built application, split into files for loading into different FPGA memory regions.
-- `Images-asr.txt`: Tells the FPGA which memory regions to use for loading the binaries in sectors/** folder.
+- `sectors/images.txt`: Tells the FPGA which memory regions to use for loading the binaries in sectors/** folder.
### Add custom input