bram
Vitis Drivers API Documentation
Examples

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

xbram_example.c

Contains an example on how to use the XBram driver directly. This example performs the basic selftest using the bram driver.

For details, see xbram_example.c.

xbram_intr_example.c

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

For details, see xbram_intr_example.c.