4 ordered set specific set of members, Ordered set specific set of members – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 22

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

17

5.2.4

Ordered Set specific set of members

in.OrderedSetType:

Contains the numeric encoding of the Ordered Set type. The following possible values are

defined by VSE and the corresponding constants can be used by scripts:

ORDSET_TYPE_TS1 = 0x02;
ORDSET_TYPE_TS2 = 0x03;
ORDSET_TYPE_FTS = 0x04;
ORDSET_TYPE_EIOS

= 0x05;

ORDSET_TYPE_SKIP = 0x06;
ORDSET_TYPE_PATN = 0x07;
ORDSET_TYPE_EIEOS = 0x08;
ORDSET_TYPE_SDS = 0x0C;



For Training Sequences (TS1 and TS2), the following variables of the list type exist in the input context (the lists
are arrays of integers with dimensions equal to the Link Width for the Training Sequence packet).

in.TS_LinkNumberList:

Contains the Link Number parameter values for all lanes

in.TS_LaneNumberList:

Contains the Lane Number parameter values for all lanes

in.TS_N_FTSList:

Contains the N_FTS parameter values for all lanes

in.TS_TrainingControlList:

Contains the Training Control bitmap parameter values for all lanes


in.TS_RawSymbolsList

:

Contains the list of all symbols for all lanes

in.TS_DataRateList:

Contains the Data Rate parameter values for all lanes


The following parameters are only valid for Gen 3.

in.TS_PreCursorList:

Contains the Pre-Cursor parameter values for all lanes

in.TS_CursorList

: Contains the Cursor parameter values for all lanes

in.TS_PostCursorList:

Contains the Post-Cursor parameter values for all lanes


Note: For Link Number and Lane Number values the special value of 0x1FF is used to indicate the PAD symbol.
Please refer to the examp_ordered_sets.pevs sample script for an example of how to process ordered Sets and
Training Sequences, in particular.

Advertising