3 tlptype = iord, iowr – Teledyne LeCroy PETrainer Scripting Language Reference Manual User Manual
Page 16
Advertising

Teledyne LeCroy
PETrainer Scripting Language
11
3.1.3 TLPType = IoRd, IoWr
Parameter
Value
Default Comment
LastDwBe
0:15
0
Byte 7 in the TLP header. See rules for
Last DW BE in the PCI Express
Specification.
FirstDwBe
0:15
0
Byte 7 in the TLP header. See rules for
1st DW BE in the PCI Express
Specification.
Address
0x00000000:
0xFFFFFFFF
0
Bytes 8-11 in the TLP header.
Example 1:
Read one DWORD of data from address 0x1000 of the IO address space.
Length parameter is not specified, so the default value of 1 is used.
TC, TD, EP, Ordering, Snoop, and Tag parameters are not specified, so the default value of 0 is used.
LCRC is not specified, so the LCRC is calculated by software
Packet = TLP {
TLPType = IoRd
Address = 0x1000
}
Advertising