AXI Transactions can be generated natively using the Debug Packet Controller (DPC) without the need for additional IP.
- Load the Programmable Device Image (PDI) into the device.
- Start the Xilinx System Debugger
xsdb
. - Connect to the hardware server using
connect
.Note: Remote connections can use the-host
switch to specify a remote host. - List the available targets by typing
targets
. - Set the current target to the DPC,
target <number next to DPC>
.