Chapter 6: IP Core Interfaces
6–53
Physical Layer Interface Signals
November 2012
Altera Corporation
Arria V GZ Hard IP for PCI Express
Table 6–28
lists the TX slave interface signals.
Physical Layer Interface Signals
This section describes the global PHY support signals for the integrated PHY. When
selecting an integrated PHY, the MegaWizard Plug-In Manager generates a SERDES
variation file,
<variation>
_serdes.<v
or
vhd
>, in addition of the Hard IP variation file,
<variation>
.<
v
or
vhd
>. For Arria V GZ devices the SERDES entity is included in the
library files for PCI Express.
Table 6–28. Avalon-MM TX Slave Interface Signals
Signal Name
I/O
Description
txs_chipselect
I
The system interconnect fabric asserts this signal to select the TX
slave port.
txs_read
I
Read request asserted by the system interconnect fabric to
request a read.
txs_Write
I
Write request asserted by the system interconnect fabric to
request a write.
The Avalon-MM Arria V GZ Hard IP for PCI Express requires that
the Avalon-MM master assert this signal continuously from the
first data phase through the final data phase of the burst. The
Avalon-MM master Application Layer must guarantee the data
can be passed to the interconnect fabric with no pauses. This
behavior is most easily implemented with a store and forward
buffer in the Avalon-MM master.
txs_writedata[63:0]
I
Write data sent by the external Avalon-MM master to the TX slave
port.
txs_burstcount[6:0]
I
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[<w>-1:0]
I
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[<w>:0]
I
Write byte enable for 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.
txs_readdatavalid
O
Asserted by the bridge to indicate that read data is valid.
txs_readdata[63:0]
O
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
Asserted by the bridge to hold off write data when running out of
buffer space. If this signal is asserted during an operation, the
master should maintain the
txs_Read
signal (or
txs_Write
signal and
txs_WriteData
) stable until after
txs_WaitRequest
is deasserted.