- Program AXI Performance Monitor to count the number of bytes transferred on AXI4 Channels.
- Generate a start pulse to the core through
core_ext_start
. - Wait for 1 ms.
- Generate a stop pulse to core through
core_ext_stop
. - Poll metric counters of AXI Performance monitor to compare the number of bytes generated versus programmed value based on the throughput required.