Observe the signal with the Vivado logic analyzer ila

1. Add ila core

1. Double-click ILA

2. Set sampling depth to 8192 and bit width to 8 (customizable)

To observe multiple ports can be set in "number of comparators"

2. Instantiation in the top-level file

1. Find the .veo file of ila in IP Sources and double-click to open it

2. Copy the ILA part of the file to the top-level file for calling

3. After completion, compile and synthesize and download the .bit file

4. After the burning is completed, you can observe it in real time in Vivado

Guess you like

Origin blog.csdn.net/m0_51426340/article/details/129218308