Computer Access Technology Corporation
IB
Tracer
Verification Script Engine Manual, version 1.0
Page 30 of 35
16.6 GetAtomicETHField()
Extracts information about AtomicETH header field
Format
:
GetAtomicETHField (
aeth_fld
)
Parameters:
aeth_fld
- AtomicETH field identifier that can be one of the following values:
Identifier Meaning
_VA_0_3
Virtual Address (bytes 0-3)
_VA_4_7
Virtual Address (bytes 4-7)
_R_KEY
Remote Key
_SWAPADDDATA_0_3
Swap (or Add) Data (bytes 0-3)
_SWAPADDDATA_4_7
Swap (or Add) Data (bytes 4-7)
_COMPAREDATA_0_3
Compare Data (bytes 0-3)
_COMPAREDATA_4_7
Compare Data (bytes 4-7)
Example:
val = GetAtomicETHField (
_COMPAREDATA_0_3
); # extract first word of
CompareData field from AtomicETH header.
16.7 GetAtomicAckETHField()
Extracts information about AtomicAckETH header field
Format
:
GetAtomicAckETHField (
aeth_fld
)
Parameters:
aeth_fld
- AtomicAckETH field identifier that can be one of the following values:
Identifier Meaning
_ORIGREMDATA_0_3
Original Remote Data (bytes 0-3)
_ORIGREMDATA_4_7
Original Remote Data (bytes 4-7)
Example:
val = GetAtomicAckETHField (
_ORIGREMDATA_0_3
);