Visible to Intel only — GUID: nik1410564864005
Ixiasoft
Visible to Intel only — GUID: nik1410564864005
Ixiasoft
5.3. 64- or 128-Bit Bursting TX Avalon-MM Slave Signals
This optional Avalon-MM bursting slave port propagates requests from the interconnect fabric to the full-featured Avalon‑MM Arria® 10 or Cyclone® 10 GX Hard IP for PCI Express. Requests from the interconnect fabric are translated into PCI Express request packets. Incoming requests can be up to 512 bytes. For better performance, Intel recommends using a read request size of 128 bytes. A 512-byte read request results in 2, 256-byte TLPs with delays until all 256 bytes are available. Performance analyses show that a 128-byte read request size results in the lowest latency for typical systems.
Signal Name |
Direction |
Description |
---|---|---|
txs_chipselect_i | Input |
The system interconnect fabric asserts this signal to select the TX slave port. |
txs_read_i | Input |
Read request asserted by the system interconnect fabric to request a read. |
txs_write_i | Input |
Write request asserted by the system interconnect fabric to request a write. |
txs_writedata_i[127 or 63:0] | Input |
Write data sent by the external Avalon-MM master to the TX slave port. |
txs_burstcount_i[6 or 5:0] | Input |
Asserted by the system interconnect fabric indicating the amount of data requested. The count unit is the amount of data that is transferred in a single cycle, that is, the width of the bus. The burst count is limited to 512 bytes. |
txs_address_i[<w>-1:0] | Input |
Address of the read or write request from the external Avalon‑MM master. This address translates to 64-bit or 32-bit PCI Express addresses based on the translation table. The <w> value is determined when the system is created. |
txs_byteenable_i[<w>-1:0] | Input |
Byte enables for read and write data. A burst must be continuous. Therefore all intermediate data phases of a burst must have a byte enable value of 0xFF. The first and final data phases of a burst can have other valid values. For the 128-bit interface, the following restrictions apply:
|
txs_readdatavalid_o | Output |
Asserted by the bridge to indicate that read data is valid. |
txs_readdata_o[127 or 63:0] | Output |
The bridge returns the read data on this bus when the RX read completions for the read have been received and stored in the internal buffer. |
txs_waitrequest_o | Output |
Asserted by the bridge to hold off read or write data when running out of buffer space. If this signal is asserted during an operation, the master should maintain the read or write signal and write data stable until after the wait request is deasserted. > txs_read_i must be deasserted when is > txs_waitrequest_o asserted. |