summaryrefslogtreecommitdiff
path: root/docs/use_cases/kws_asr.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/use_cases/kws_asr.md')
-rw-r--r--docs/use_cases/kws_asr.md6
1 files changed, 3 insertions, 3 deletions
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