Avalon-ST Interface Signals
Signal | Direction | Width | Description |
---|---|---|---|
avalon_st_tx_startofpacket[] | In | 2 | Assert this signal to indicate the beginning of the TX data. |
avalon_st_tx_endofpacket[] | In | 2 | Assert this signal to indicate the end of the TX data. |
avalon_st_tx_valid[] | In | 2 | Assert this signal to indicate that avalon_st_tx_data[] and other signals on this interface are valid. |
avalon_st_tx_ready[] | Out | 2 | When asserted, indicates that the MAC IP core is ready to accept data. The reset value of this signal is non-deterministic. |
avalon_st_tx_error[] | In | 2 | Assert this signal to indicate that the current TX packet contains errors. |
avalon_st_tx_data[][] | In | [2][32] | TX data from the client. |
avalon_st_tx_empty[][] | In | [2][2] | Use this signal to specify the number of empty bytes in the cycle that contain the end of the TX data. 0x0=All bytes are valid. 0x1=The last byte is invalid. 0x2=The last two bytes are invalid. 0x3=The last three bytes are invalid. |
avalon_st_rx_startofpacket[] | Out | 2 | When asserted, indicates the beginning of the RX data. |
avalon_st_rx_endofpacket[] | Out | 2 | When asserted, indicates the end of the RX data. |
avalon_st_rx_valid[] | Out | 2 | When asserted, indicates that the avalon_st_rx_ data[] signal and other signals on this interface are valid. |
avalon_st_rx_ready[] | In | 2 | Assert this signal when the client is ready to accept data. |
avalon_st_rx_error[][] | Out | [2][6] | When set to 1, the respective bits indicate an error type:
|
avalon_st_rx_data[][] | Out | [2][32] | RX data to the client. |
avalon_st_rx_empty[][] | Out | [2][2] | Contains the number of empty bytes during the cycle that contain the end of the RX data. |
avalon_st_tx_status_valid[] | Out | 2 | When asserted, this signal qualifies the avalon_st_txstatus_data[] and avalon_st_txstatus_error[] signals. |
avalon_st_tx_status_data[][] | Out | [2][40] | Contains information about the TX frame.
|
avalon_st_tx_status_error[][] | Out | [2][7] | When set to 1, the respective bit indicates the following error type in the RX frame.
|
avalon_st_rx_status_valid[] | Out | 2 | When asserted, this signal qualifies the avalon_st_txstatus_data[] and avalon_st_txstatus_error[] signals. The MAC IP core asserts this signal in the same clock cycle the avalon_st_rx_endofpacket signal is asserted. |
avalon_st_rx_status_data[][] | Out | [2][40] | Contains information about the RX frame.
|
avalon_st_rx_status_error[][] | Out | [2][7] | When set to 1, the respective bit indicates the following error type in the RX frame.
|
avalon_st_pause_data[][] | In | [2][2] | This signal takes effect when the register bits, tx_pauseframe_enable[2:1], are both set to the default value 0. Set this signal to the following values to trigger the corresponding actions.
|