beautypg.com

Teledyne LeCroy Voyager Exerciser Generation Script Language Manual User Manual

Page 65

background image

Teledyne LeCroy

Voyager USB 3.0 Exerciser Generation Script Language Reference Manual

56

Data Patterns

The following are the defined Data Patterns (and the corresponding constants defined in
PipeCommands.ginc):

Data Pattern

Value

Description

SB_USER_DEFINED

0

Data is supplied by the user as part of the
PipeCommandData structure

SB_COUNTER

1

32-bit up counter pattern:
0x00000000, 0x00000001, 0x00000002, and so on

SB_WALKING_ONE

2

32-bit walking one pattern

SB_WALKING_ZERO

3

32-bit walking zero pattern

SB_PSEUDO_RANDOM

4

32-bit pseudo-random LFSR value pattern

SB_PATTERNS

5

32-bit special patterns (0x00000000, 0xFFFFFFFF,
0x55555555, 0xAAAAAAAA, 0x33333333,
0xCCCCCCCC, 0x66666666, 0x99999999)
repeated

SB_COUNTER_WORD

6

16-bit up counter pattern: 0x0000, 0x0001, etc.

SB_COUNTER_BYTE

7

8-bit up counter pattern: 0x00, 0x01, 0x02 etc.