| USER_DATA_S_AXI_TX |
| s_axi_tx_tdata[0:(8n–1)] or
s_axi_tx_tdata[(8n–1):0] |
Input |
user_clk |
Outgoing data. n is the number of
bytes computed as Number of lanes x Lane Width. |
| s_axi_tx_tready |
Output |
user_clk |
Asserted when signals from the
source are accepted and when outgoing data is ready to send. |
| s_axi_tx_tlast
1
|
Input |
user_clk |
Signals the end of the
frame. |
| s_axi_tx_tkeep[0:(n–1)] or
s_axi_tx_tkeep[(n–1):0] 1
|
Input |
user_clk |
Specifies the number of valid bytes
in the last data beat; valid only while s_axi_tx_tlast is asserted. s_axi_tx_tkeep is the byte qualifier that indicates whether the content
of the associated byte of s_axi_tx_tdata is valid
or not. The Aurora 8 B/10 B core expects the data to be filled continuously from LSB
to MSB. There cannot be invalid bytes interleaved with the valid s_axi_tx_tdata bus. |
| s_axi_tx_tvalid |
Input |
user_clk |
Asserted when outgoing AXI4-Stream signals or signals from the source are
valid. |
- This port is not available if the
Streaming interface
option is chosen.
|