From 4c7804bb592854718ad549342086a7ee2db21130 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Ver=C3=ADssimo?=
<48072057+Swag4Yolo@users.noreply.github.com>
Date: Mon, 8 Jun 2026 15:38:46 +0100
Subject: [PATCH] Fix typos in Vitis_ToolFlow.md
---
Getting_Started/Vitis/Vitis_ToolFlow.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Getting_Started/Vitis/Vitis_ToolFlow.md b/Getting_Started/Vitis/Vitis_ToolFlow.md
index 5f7c5f71e..8ae3d9d4d 100644
--- a/Getting_Started/Vitis/Vitis_ToolFlow.md
+++ b/Getting_Started/Vitis/Vitis_ToolFlow.md
@@ -89,7 +89,7 @@ In the previous section chapter we created all the components required as a buil
Vitis uses the Vivado generated extensible hardware platform (XSA) and add software (SW) components and create an embedded platform **XPFM**.
XPFM = XSA + SW platform (Linux/Baremetal + boot components)
-In this flow, the Vitis backend uses System Device Tree (SDT) generator, Yocto/PetaLinux and Lopper to deliver the SW compoenents.
+In this flow, the Vitis backend uses System Device Tree (SDT) generator, Yocto/PetaLinux and Lopper to deliver the SW components.
```mermaid
graph TD;
@@ -155,7 +155,7 @@ Vitis Tool: Detailed summary of available Vitis tools and its usages
| Vitis HLS | ☒ | ☑ | ☒ | To create PL kernels using C/C++ files |
| AI Engine Tools | ☒ | ☒ | ☑ | Vitis AIE compiler, x86sim, and aiesimulator for AI Engine designing.
**Vitis AIE compiler** uses AI Engine targeted C/C++ source files to output libadf.a (AIE Kernels).
**x86sim** is the functional simulator for AI Engines that helps to test, debug, and verify the functionality.
**aiesimulator** simulates a cycle approximate SystemC model of AI Engine. |
| Vitis Linker | ☒ | ☑ | ☑ | Works on existing platform and provides connection between AI Engine, PL and NoC. Also takes care of clock connections and data width conversions. |
-| Vitis Packager | ☑ | ☑ | ☑ | Pack all necessaey hardware and software components and also to configure boot of the device |
+| Vitis Packager | ☑ | ☑ | ☑ | Pack all necessary hardware and software components and also to configure boot of the device |
| Hardware Emulation | ☑ | ☑ | ☑ | To simulate the PS+PL+AIE, where PS gets simulated using QEMU and PL and AIE with simulators like XSIM |
| Vitis Analyzer | ☒ | ☑ | ☑ | Helps to review and debug the AI Engine and PL targetted output files |