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/kws.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/use_cases/kws.md') 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 -- cgit v1.2.1