21.11.17 scan_chain_prg

Description

This Tcl command shows how the devices are ordered in the chain in the Log window. The scan chain operation scans and analyzes the JTAG chain connected to programmer(s) you have selected and checks that chain scanned matches the chain configured in FlashPro Express. To scan a chain: Right-click the programmer you want to scan and choose Scan and check chain. i.e. Device 1: 2A54CF1 Mfr: Microsemi Part: M2AA090T or Device 2: Unknown. In single mode, this command runs scan chain on a programmer. In chain mode, this command runs scan and check chain on a programmer if devices have been added in the grid.

scan_chain_prg -name { programmer_name }

Arguments

ParameterTypeDescription
namestringSpecifies the programmer name. This is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'name' is missing.
NoneParameter 'param_name' is not defined. Valid command formatting is 'scan_chain_prg [-name "name"]
NoneThe programmer with name 'prg_name' does not exist

Supported Families

PolarFire®
SmartFusion® 2

Example

The following example runs scan chain on a single programmer (single mode) named 'E21428R':

set prg_name {E21428R}
scan_chain_prg -name "$prg_name"