21.12.8 add_non_actel_device

Description

This Tcl command adds a non-Actel device in the chain. Either the file or (-tck and -ir) parameters must be specified. The Chain programming mode must have been set.

add_non_actel_device [-file "file"] \
                     [-ir "integer value"] \
                     [-tck "decimal value"] \
                     [-name "name"]

Arguments

ParameterTypeDescription
filestringSpecifies a BSDL file.
irintegerSpecifies the IR length.
tckintegerSpecifies the maximum TCK frequency (in MHz).
namestringSpecifies the device user name.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneYou must either specify the 'file' or the 'ir' and 'tck' parameters.
NoneParameter 'file' has illegal value.
NoneParameter 'ir' has illegal value.
NoneParameter 'tck' has illegal value.
NoneParameter 'name' has illegal value.
Nonetck: Invalid argument value: '' (expecting decimal value).
NoneParameter 'tck' must be greater than or equal to 1.000
NoneParameter 'tck' must be less than or equal to 100.000.
Noneir: Invalid argument value: '' (expecting integer value).
NoneParameter 'ir' must be greater than or equal to 2.
NoneParameter 'param_name' is not defined. Valid command formatting is 'add_non_actel_device [-file "file"] [-ir "integer value"] [-tck "decimal value"] [-name "name"]'.

Supported Families

Supported Families
PolarFire®
PolarFire SoC
RTG4
SmartFusion® 2
IGLOO® 2

Example

This example adds {MyDevice} non actel device in the chain:

add_non_actel_device -ir {8} -tck {5} -name {MyDevice}