The following figure illustrates example timing on write (S2MM) path in synchronous mode.
Figure 1. Example Timing on Write (S2MM) Path in Synchronous
Mode
Dataflow:
- After receiving commands on the AXI4-Stream
command interface (
s_axis_s2mm_cmd_tvalid) and ifs2mm_allow_addr_reqis High, AXI DataMover initiates write cycles on the AXI4 interface by assertingm_axi_s2mm_awvalidand other address bus signals. -
AXI DataMover also asserts
mm2s_addr_req_postedindicating address is posted on MMap interface. -
AXI DataMover accepts data on the streaming interface by
asserting
s_axis_s2mm_tready. - Incoming data is stored in FIFO if enabled.
-
AXI DataMover starts sending out data on MMap interface by
asserting
m_axi_s2mm_wvalidand other associated signals. -
AXI DataMover asserts
s2mm_wr_xfer_cmpltindicating data is completely written on the MMap interface. -
AXI4-Stream Status interface signals
m_axis_s2mm_sts_tvalidand other associated signals are asserted indicating the status for a particular command that was posted on command interface. -
AXI DataMover also asserts additional signals
s2mm_ld_nxt_lenalong withs2mm_wr_lenindicating the burst length of the write transfer to be posted on the AXI4 interface.
Important: A single parent command can generate
multiple child commands on the AXI4 Interface. Status signals are
asserted when all child commands are processed.
Note: In the absence of any S2MM command, AXI DataMover pull the
s_axis_s2mm_tready signal to Low after taking in four beats of
streaming data. This throttle the input data stream. To have a minimum amount of
throttling, ensure that a valid command is issued to the S2MM interface much before
the actual data arrives.
AXI DataMover does not support null bytes. (TKEEP completely deasserted). A start of a
streaming packet is identified by TVALID while
its end is determined by TLAST. AXI DataMover does not support sparse/null TKEEP between the packet boundaries. TKEEP can be sparse only at TLAST beat. TKEEP can also be
sparse at the start of a packet when DRE (unaligned transfers) is
enabled.