From 698c5a7316044c64ed98500a9a602554c69c9f3f Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Thu, 27 May 2021 11:07:30 +0100 Subject: MLECO-1953: Corrections for documentation Minor documentation corrections for the location of `images.txt` file (used for MPS3 FPGA deployment). Change-Id: Icdeaae04a5b9132c0d2f3d48948588e4954a85e6 --- docs/use_cases/ad.md | 6 +++--- docs/use_cases/asr.md | 6 +++--- docs/use_cases/img_class.md | 8 ++++---- docs/use_cases/inference_runner.md | 12 +++++------- docs/use_cases/kws.md | 8 ++++---- docs/use_cases/kws_asr.md | 6 +++--- 6 files changed, 22 insertions(+), 24 deletions(-) (limited to 'docs/use_cases') diff --git a/docs/use_cases/ad.md b/docs/use_cases/ad.md index 661cf49..a6e368c 100644 --- a/docs/use_cases/ad.md +++ b/docs/use_cases/ad.md @@ -146,8 +146,8 @@ bin  ├── ethos-u-.axf  ├── ethos-u-ad.htm  ├── ethos-u-.map - ├── images-ad.txt  └── sectors + ├── images.txt └── ad ├── dram.bin └── itcm.bin @@ -162,9 +162,9 @@ Where: - `ethos-u-ad.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/ad`: Folder containing the built application, split into files for loading into different FPGA memory regions. -- `Images-ad.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 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 diff --git a/docs/use_cases/img_class.md b/docs/use_cases/img_class.md index 75f0bd6..2a31322 100644 --- a/docs/use_cases/img_class.md +++ b/docs/use_cases/img_class.md @@ -8,7 +8,7 @@ - [Build process](#build-process) - [Add custom input](#add-custom-input) - [Add custom model](#add-custom-model) - - [Setting-up and running Ethos-U55 code sample](#setting-up-and-running-ethos-u55-code-sample) + - [Setting up and running Ethos-U55 code sample](#setting-up-and-running-ethos-u55-code-sample) - [Setting up the Ethos-U55 Fast Model](#setting-up-the-ethos-u55-fast-model) - [Starting Fast Model simulation](#starting-fast-model-simulation) - [Running Image Classification](#running-image-classification) @@ -115,8 +115,8 @@ bin  ├── ethos-u-img_class.axf  ├── ethos-u-img_class.htm  ├── ethos-u-img_class.map - ├── images-img_class.txt  └── sectors + ├── images.txt └── img_class ├── dram.bin └── itcm.bin @@ -131,9 +131,9 @@ Where: - `ethos-u-img_class.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/img_class`: Folder containing the built application, split into files for loading into different FPGA memory regions. -- `Images-img_class.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 diff --git a/docs/use_cases/inference_runner.md b/docs/use_cases/inference_runner.md index b8004ed..0ac604b 100644 --- a/docs/use_cases/inference_runner.md +++ b/docs/use_cases/inference_runner.md @@ -7,7 +7,7 @@ - [Build options](#build-options) - [Build process](#build-process) - [Add custom model](#add-custom-model) - - [Setting-up and running Ethos-U55 code sample](#setting-up-and-running-ethos-u55-code-sample) + - [Setting up and running Ethos-U55 code sample](#setting-up-and-running-ethos-u55-code-sample) - [Setting up the Ethos-U55 Fast Model](#setting-up-the-ethos-u55-fast-model) - [Starting Fast Model simulation](#starting-fast-model-simulation) - [Running Inference Runner](#running-inference-runner) @@ -106,11 +106,9 @@ bin  ├── ethos-u-inference_runner.axf  ├── ethos-u-inference_runner.htm  ├── ethos-u-inference_runner.map - ├── images-inference_runner.txt  └── sectors - ├── kws - │ └── ... - └── img_class + ├── images.txt + └── inference_runner ├── dram.bin └── itcm.bin ``` @@ -124,9 +122,9 @@ Where: - `ethos-u-inference_runner.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/inference_runner`: Folder containing the built application, split into files for loading into different FPGA memory regions. -- `Images-inference_runner.txt`: Tells the FPGA which memory regions to use for loading the binaries in sectors/** +- `sectors/images.txt`: Tells the FPGA which memory regions to use for loading the binaries in sectors/** folder. ### Add custom model diff --git a/docs/use_cases/kws.md b/docs/use_cases/kws.md index bf3e088..dc0e1f5 100644 --- a/docs/use_cases/kws.md +++ b/docs/use_cases/kws.md @@ -10,7 +10,7 @@ - [Build process](#build-process) - [Add custom input](#add-custom-input) - [Add custom model](#add-custom-model) - - [Setting-up and running Ethos-U55 code sample](#setting-up-and-running-ethos-u55-code-sample) + - [Setting up and running Ethos-U55 code sample](#setting-up-and-running-ethos-u55-code-sample) - [Setting up the Ethos-U55 Fast Model](#setting-up-the-ethos-u55-fast-model) - [Starting Fast Model simulation](#starting-fast-model-simulation) - [Running Keyword Spotting](#running-keyword-spotting) @@ -154,8 +154,8 @@ bin  ├── ethos-u-kws.axf  ├── ethos-u-kws.htm  ├── ethos-u-kws.map - ├── images-kws.txt  └── sectors + ├── images.txt └── kws ├── dram.bin └── itcm.bin @@ -170,9 +170,9 @@ Where: - `ethos-u-kws.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/kws`: Folder containing the built application, split into files for loading into different FPGA memory regions. -- `Images-kws.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 diff --git a/docs/use_cases/kws_asr.md b/docs/use_cases/kws_asr.md index 745a108..9fbab26 100644 --- a/docs/use_cases/kws_asr.md +++ b/docs/use_cases/kws_asr.md @@ -225,8 +225,8 @@ bin  ├── ethos-u-kws_asr.axf  ├── ethos-u-kws_asr.htm  ├── ethos-u-kws_asr.map - ├── images-kws_asr.txt  └── sectors + ├── images.txt └── kws_asr ├── dram.bin └── itcm.bin @@ -242,9 +242,9 @@ Where: - `ethos-u-kws_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/kws_asr`: Folder containing the built application, split into files for loading into different FPGA memory regions. -- `Images-kws_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 -- cgit v1.2.1