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