21.3.33 export_bsdl_file

Description

This Tcl command exports the BSDL to a specified file. The BSDL file provides a standard file format for electronics testing using JTAG. It describes the boundary scan device package, pin description and boundary scan cell of the input and output pins. BSDL models are available as downloads for many Microchip SoC devices. The exported file has a *.bsd file name extension.

export_bsdl_file -file {absolute or relative path and name of BSDL file}

Arguments

ParameterTypeDescription
file stringSpecifies the absolute or relative path and name of the *.bsd file. If the specified file path is missing, the file is created in the <project_name>/designer/<design_name> directory.

Error Codes

Error CodeDescription
NoneParameter 'file' has illegal value.
NoneRequired parameter 'file' is missing.

Supported Families

Supported Families
PolarFire®
RTG4
SmartFusion® 2
IGLOO® 2

Example

The following command exports the BSDL to a sd1.bsd file.

export_bsdl_file -file {E:/designs/export/sd1.bsd}