8 sendtraceevent (), Race, Vent – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 35

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

30

8.8

SendTraceEvent ()


This function specifies the events to be sent to the script.


Format:

SendTraceEvent( event )



Parameters:

event

Can have one of the following values:


Packet level events:

Event value

Description

_PKT_DLLP

Data Link Layer Packets (DLLP)

_PKT_TLP

Transaction Layer Packets (TLP)

_PKT_ORDERED_SET

Ordered Sets

_PKT_LINK_CONDITION

Link Conditions


Link Transaction level events:

Event value

Description

_LINK_MEMORY

Memory transactions

_LINK_IO

IO transactions

_LINK_CONFIG

Configuration transactions

_LINK_MESSAGE

Message transactions

_LINK_COMPLETION

Completion transactions

Split Transaction level events:

Event value

Description

_SPLIT_MEMORY

Memory transactions

_SPLIT_IO

IO transactions

_SPLIT_CONFIG

Configuration transactions

Example:

SendTraceEvent( _PKT_TLP );


SendLevel( _LINK );

SendTraceEvent ( _LINK_MEMORY ); # Send memory Read and Write request

# transactions to the script

Advertising