Create a Custom AXI4 Master Peripheral
When you generate an example design for the Sapphire RV64 SoC, the IP
Manager creates an example AXI4 peripheral and software code that you can use as a
template to create your own peripheral. This example uses
a
simple dual-port RAM design to write to and read from the CPU through the AXI4
interface.
- Refer to the
axi4_slavemodule in exp_axi_slave.sv in the Ti375C529_devkit directory for the RTL design. - Refer to main.c in the embedded_sw/<SoC module>/software/standalone/axiBDemo/src directory for the C code.