svf config

Configure options for SVF file.

Syntax

svf config [options]

Configure and generate SVF file. Supported only for Cortex#A53.

Options

Option                       Description
-scan-chain <list of idcode-irlength pairs> List of idcode-irlength pairs. This can be obtained from xsdb command - jtag ta.
-device-index <dap index> This is used to select device in the jtag scan chain. Select DAP.
-cpu-index <processor core> This is used to select A53 core Select 0 for A53#0, 1 for A53#1, 2 for A53#2, 3 for A53#3.
-out <filename> Output SVF file.
-delay <tcks> Delay in ticks between AP writes.
-linkdap Generate SVF for linking DAP to the jtag chain for Silicon versions 2.0 and above.

Returns

Nothing.

Example(s)

svf config -scan-chain {0x14738093 12 0x5ba00477 4} -device-index 1  -cpu-index 0 -out "test.svf"

This creates a SVF file with name test.svf for core A53#0.