Description
This Tcl command selects the Libero design device for the Programming Connectivity and Interface tool within Libero. This command is needed when the tool cannot automatically resolve the Libero design device when there are two or more identical devices that match the Libero design device in the configured JTAG chain.
select_libero_design_device -name {device name}
Arguments
Parameter | Type | Description |
---|
name | string | Specifies a user-assigned unique device name in the JTAG chain. This paramater is mandatory. |
Return Type | Description |
---|
None | None |
Error Codes
Error Code | Description |
---|
None | Required parameter 'name' is missing. |
None | The device '' doesn't exist. |
None | Parameter 'param_name' is not defined. Valid command formatting is 'select_libero_design_device -name "name"'. |
Supported Families
Supported Families |
---|
PolarFire® |
PolarFire SoC |
RTG4™ |
SmartFusion® 2 |
IGLOO® 2 |
Example
This example selects {M3E050TS} device for the Programming Connectivity and Interface tool within Libero.
select_libero_design_device -name {M3E050TS}