Setup the Trigger in ILA - 2024.1 English

Vitis Tutorials: Embedded Software (XD260)

Document ID
XD260
Release Date
2024-06-19
Version
2024.1 English

Open the hardware manager and add the trigger condition. Here, I am just waiting on any Trigger.

../../../../_images/ila_trigger_ps_pl.PNG

Arm the trigger, and now return to Vitis Unified IDE, I have added a breakpoint at XGpio_DiscreteRead(). Once this is hit, the ILA will trigger.

Users can also Re-Arm the ILA and step through the code. This will trigger the ILA.

../../../../_images/write_ila.PNG