
Teledyne LeCroy PETrainer Scripting Language
22
3.2.2 DLLPType = InitFC1_P, InitFC1_NP, InitFC1_Cpl, InitFC2_P, InitFC2_NP,
InitFC2_Cpl, UpdateFC_P, UpdateFC_NP, UpdateFC_Cpl
Virtual Channel, bits 2:0 in the first byte
of the DLLP
Contains the credit value for headers of
the indicated type (P, NP, or Cpl)
Contains the credit value for payload
Data of the indicated type
Example 1:
The following example initializes credits for VC 0 for posted TLP requests.
Credit value for headers is 0. Credit value for data payload is infinite.
The DLLP’s CRC is calculated automatically since CRC is not specified.
Packet = DLLP {
DLLPType = InitFc1_P
VC_ID = 0
HdrFC = 2
DataFC = 0
}
Kommentare zu diesen Handbüchern