21.12.8 add_non_actel_device
(Ask a Question)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
| Parameter | Type | Description | 
|---|---|---|
| file | string | Specifies a BSDL file. | 
| ir | integer | Specifies the IR length. | 
| tck | integer | Specifies the maximum TCK frequency (in MHz). | 
| name | string | Specifies the device user name. | 
| Return Type | Description | 
|---|---|
| None | None | 
Error Codes
| Error Code | Description | 
|---|---|
| None | You must either specify the 'file' or the 'ir' and 'tck' parameters. | 
| None | Parameter 'file' has illegal value. | 
| None | Parameter 'ir' has illegal value. | 
| None | Parameter 'tck' has illegal value. | 
| None | Parameter 'name' has illegal value. | 
| None | tck: Invalid argument value: '' (expecting decimal value). | 
| None | Parameter 'tck' must be greater than or equal to 1.000 | 
| None | Parameter 'tck' must be less than or equal to 100.000. | 
| None | ir: Invalid argument value: '' (expecting integer value). | 
| None | Parameter 'ir' must be greater than or equal to 2. | 
| None | Parameter '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}