You can run behavioral simulation on your example design to check channel
traffic.
- Open your example design project in Vivado IDE.
- On the SIMULATION section, click
Run Simulation and select Run Behavioural Simulation from the popup menu as
shown in the following figure.
A waveform window appears containing some top-level signals.
- In the Scope window, select the test bench components.
- In the Object
window, select signals from a selected test bench component and drag them to the
waveform for display.
For example, you can select the following values:
- In the Scope window, select SCM_DUT.
- In the Object window, search for
scm_aligned. - Right-click scm_aligned and select Add to Wave Window. You can also drag scm_aligned to the Waveform window.
- Repeat the previous steps for HPM_DUT/hpm_aligned.
- In Tcl Console, type
run 10msand press enter.Simulation can take a few minutes. After both SCM and HPM align signals transition from logic 0 to 1, the LTPIs tunnel traffic between them. You can see channel traffic toggling in the Waveform window.