21.12.9 add_non_actel_device_to_database

Description

This Tcl command imports settings via a BSDL file that adds non-Actel or non-Microchip devices to the device database so that they are recognized during scan chain and auto-construction operations.

add_non_actel_device_to_database -file {file path to the *.bsdl}

Arguments

ParameterTypeDescription
filestringSpecifies the path to the BSDL file and the BSDL filename add to the database. You can repeat this argument for specifing multiple BSDL files.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'file' is missing.
NoneParameter 'file' is missing or has invalid value.
NoneParameter 'file' has illegal value.
NoneFailed to import '*.bsd'.
NoneParameter 'param_name' is not defined. Valid command formatting is 'add_non_actel_device_to_database [-file "file"]+'.

Supported Families

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

Example

The following example uses a BSDL file to add a non-Microchip device to the device database:

add_non_actel_device_to_database -file {./src/top.bsd}

See Also

  • remove_non_actel_device_from_database