
Teledyne LeCroy PETrainer Scripting Language
11
3.1.3 TLPType = IoRd, IoWr
Byte 7 in the TLP header. See rules for
Last DW BE in the PCI Express
Byte 7 in the TLP header. See rules for
1st DW BE in the PCI Express
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
}
Komentáře k této Příručce