beautypg.com

2 dllptype = initfc1_p, initfc1_np, initfc1_cpl – Teledyne LeCroy PETrainer Scripting Language Reference Manual User Manual

Page 27

background image

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


Parameter

Values

Default Comment

VC_ID

0:7

0

Virtual Channel, bits 2:0 in the first byte
of the DLLP

HdrFC

0:255

0

Contains the credit value for headers of
the indicated type (P, NP, or Cpl)

DataFC

0:4095

0

Contains the credit value for payload
Data of the indicated type
(P, NP, or Cpl)

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

}