AXI stream m<>s interface RTL design
?The AXI4 Stream I/F has a high grade of flexibility, it has some signals that are required and many that are optional. The following signals of the bus will be implemented in code: Clock (the AXI stream bus is synchronous) Data Ready and Valid (for data flow control) ?Tlast (end of packet).
axi stream master test bench result waveform is shown above. From waveform and block diagram it seen that axi stream is more easy than axi slave interface. Only 3-4 signals need to manage.
axi master to slave stream interface result waveform, here start is ready signal which is all time logic 1, so master is stream the data to slave.
Wave form shows the working of all signals from master to slave.
The code for axi master stream along with its test bench at my GitHub space. https://github.com/vlsicad/axi-stream
FPGA, Vivado, Vitis IDE, Vitis HLS, QT
1 年Good day sir, is there any code examples for Verilog AXI4-stream?