beautypg.com

Verification script engine events, Frame level events, Command level events – Teledyne LeCroy SATracer 3G Verification Script Engine manual User Manual

Page 34: 7 verification script engine events, Rame level events, Ommand level events

background image

LeCroy Corporation

Verification Script Engine Reference Manual

Version 1.01

7 Verification Script Engine Events

VSE defines a large group of trace “events”—on packet, link and split transaction levels—that

can be passed to a verification script for evaluation or retrieving and displaying some contained
information. The information about the type of event can be seen in in.TraceEvent. Please refer to the
topic Sending functions in this manual for details about how to specify transaction levels and which
events should be sent to verification scripts.

7.1

Frame level events


The table below describes the current list of Frame level events (transaction level: 0) and value of
in.TraceEvent:


Types of Frames

in.TraceEvent

Primitive only

_FRM_PRIMITIVE

OOB Signal Frame

_FRM_OOB_SIGNAL

Connect Frame

_FRM_CONNECT

Disconnect Frame

_FRM_DISCONNECT

Open Address Frame

_FRM_AF_OPEN

Identify Address Frame

_FRM_AF_IDENTIFY

SSP Frame

_FRM_SSP

SMP Frame

_FRM_SMP

STP Frame

_FRM_STP

7.2

Command level events

No command level events defined yet.

29