25
The FS2010 generates one output column that is sub-divided into the
following sub-columns.
Name Base Description
CMD TEXT The command type displayed in HEX
Wait The type of wait state
ADDR_H TEXT The address as it appears during a 64 bit
address transfer (as defined by a DAC)
ADDR_L HEX The address as it appears on the lower AD
lines (AD[31:0]). This HEX value is
incremented during burst transactions
Data_H TEXT The upper 32 bit AD lines representing data
Data_L TEXT The lower 32 bit AD lines representing data
Termination TEXT Termination type
CBE_H HEX Data byte enables for the upper 32 bit AD
lines (AD[63:32]).
CBE_L HEX Data byte enables for the lower 32 bit AD
lines (AD[31:0]).
The FS2010 Decode Software will perform the following functions:
Decode all PCI-X command and cycle types
Decode Attribute and Split Address fields for easy reading
Color code the data and attribute to match the transaction type
(command). The colors used by the software are as follows:
Memory: Green
Split Completions are colored according to the original request
command ID.
I/O transactions: Yellow
Configuration transactions: Blue
Interrupt Acknowledge, Special Cycle transactions and the DAC
cycle: Purple
Idle: White
Wait cycles: colored in accordance with the rest of the
transaction
Match the Request to the Response by printing the corresponding
address aligned with the data on a Split Response. In addition the
original command will be printed with the Split Response to indicate
what command was originally requested
Functionality of the FS2010 Transaction Decode Software