axipmon
Vitis Drivers API Documentation
Examples

You can refer to the below stated example applications for more details on how to use axipmon driver.

xaxipmon_intr_example.c

Contains an example on how to use the XAxipmon driver directly. This example shows the usage of driver in interrupt mode.

For details, see xaxipmon_intr_example.c.

xaxipmon_ocm_example.c

Contains an example on how to use the XAxipmon driver directly. This example shows the usage of driver to measure Write Transcation Count, Write Byte Count, Read Transcation Count, Read Byte Count.

For details, see xaxipmon_ocm_example.c.

xaxipmon_polled_example.c

Contains an example on how to use the XAxipmon driver directly. This example shows the usage of driver in polled mode.

For details, see xaxipmon_polled_example.c.