Teledyne-lecroy STX M6-1 SAS_SATA Protocol Analyzer User Manual Manual de usuario Pagina 404

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 468
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 403
LeCroy Corporation Sierra Trainer Generation Language
402
Sierra M64 SAS/SATA Protocol Analyzer User Manual
Using Variable Values in Creating Patterns on Bus
In creating patterns to send on bus, trainer script allows using variables. In these cases,
because the created pattern is dynamic, it is not possible to do scrambling and calculating
in software code. These tasks are done in the hardware engine. To activate, set “Auto
scramble mode” in “on” state.
The following examples show uses of variables in creating patterns.
Usevariableforfieldvalue:
SendOpenAddressFrameSSP
{
InitiatorPort = 0x1
InitiatorConnectionTag = @variableName1
…...
}
The constraints are:
Field Length bigger than 64 bit is not supported.
Field StartBitOffset and EndBitOffset should be in same DWORD, except for
length bigger than 32.
UseLRFdirectlyforfieldvalue:
SendSSPFrameCommand_Initiator
{
Data = LRF[startBitOffset:endBitOffset]
Tag = 0x101
}
The constraints are:
Length bigger than 64 bit is not supported.
Offsets (StartBitOffset and EndBitOffset) should be in same DWORD, except for
length bigger than 32.
SendSSPFrameCommand
{
#Data = {00112233 @variableName1 @variableName2 44556677}
}
RawData {
K28.5 D24.0 D30.0 D01.4
@variableName1
50 00 62 B0
00 00 00 30
50 08 05 EF
$C
00 00 00 01
00 00 00 00
SendCRC
K28.5 D24.0 D07.3 D31.4 }
}
Vista de pagina 403
1 2 ... 399 400 401 402 403 404 405 406 407 408 409 ... 467 468

Comentarios a estos manuales

Sin comentarios