Skip to content

Commit 0626c68

Browse files
committed
Merge remote-tracking branch 'origin/2023.2' into HEAD
2 parents b0b3c88 + 26b8275 commit 0626c68

File tree

1 file changed

+2
-2
lines changed
  • AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration

1 file changed

+2
-2
lines changed

AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ make xsa
252252
or
253253

254254
```bash
255-
v++ -l --platform -t sw_emu $PLATFORM_REPO_PATHS/xilinx_vck190_base_202320_1/xilinx_vck190_base_202320_1.xpfm s2mm.xo mm2s.xo libadf.a --save-temps -g --config system.cfg -o tutorial.xsa
255+
v++ -l -t sw_emu --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202320_1/xilinx_vck190_base_202320_1.xpfm s2mm.xo mm2s.xo libadf.a --save-temps -g --config system.cfg -o tutorial.xsa
256256
```
257257

258258
| Flag/Switch | Description |
@@ -306,7 +306,7 @@ The follow table describes some of the GCC options being used.
306306

307307
### 4. Package the Design
308308

309-
With all the AI Engine outputs and the new platform created, you can now generate the packaged SD card directory contains everything to run your generated application and `.xclbin`. In addition to packaging, the `emconfigutil` command is used to generate the device, board, and device tree details (emconfig.json) which are required by XRT before loading the xclbin.
309+
With all the AI Engine outputs and the new platform created, you can now generate `.xclbin` and the packaged SD card directory, which contains everything to run your generated application. In addition to packaging, the `emconfigutil` command is used to generate the device, board, and device tree details (emconfig.json) which are required by XRT before loading the xclbin.
310310

311311
To package the design, run the following command:
312312

0 commit comments

Comments
 (0)