Teledyne LeCroy PETrainer Scripting Language Reference Manual User Manual
Page 11

Teledyne LeCroy
PETrainer Scripting Language
6
Parameter
Values
Default
Value
Comment
AutoIncrementAddress Yes
No
No
This parameter is supported only for the
Summit Z2-16 and Summit Z3-16
Trainers.
It applies to Memory Write and Memory
Read Request TLPs.
If the parameter is set to the "Yes"
modifier, and the "Count" modifier is set to
a value greater than 1, the Summit Z2-16
and Summit Z3-16 Trainers perform a
"burst" of Memory Writes or Reads, with
the Address value for each subsequent
address automatically incremented
according to the Length value for the write
or read.
The manual or automatic Tag policy is
applied to the transmitted TLPs as
specified.
StoreData
( FROM_MEMxx_x,
offset )
N/A
This parameter is supported only for the
Summit Z3-16 Trainer.
It can be used for any Memory Read TLP.
When used it instructs the Trainer to
collect all the data returned as a response
to this Memory Read and copy it to the
specified Address Space location.
Values have the same notation as in Field
Substitution (see 3.1.7)
Example 1:
Read one DWORD of data from address 0x1000.
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 {
PSN = 0
TLPType = MRd32
Address = 0x1000
}