21.12.2 select_libero_design_device

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

ParameterTypeDescription
namestringSpecifies a user-assigned unique device name in the JTAG chain. This paramater is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'name' is missing.
NoneThe device '' doesn't exist.
NoneParameter '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}