21.13.1.81 xcvr_import_register

Description

This Tcl command imports exported transceiver registers details from a *.csv file.

xcvr_import_register \
            -file_name {absolute or relative path to the *.csv file name}

Arguments

ParameterTypeDescription

deviceName

string

Optional user-defined device name. The device name is not required if there is only one device in the current configuration, or a device has already been selected using the set_debug_device command.

file_name

string

Path of the exported transceiver file.

Return TypeDescription
NoneNone

Error Codes

Error CodeDescription

None

Required parameter 'file_name' is missing.

None

Parameter 'file_name' has illegal value.

None​

Register Access: file specified for Import must have .csv extension.

None​

Register Access: Must specify '-file_name.

None

Parameter 'param_name' is not defined. Valid command formatting is'xcvr_import_register -file_name "File Name"'.

Supported Families

PolarFire
PolarFire SoC

Example

Import previously exported transceiver registers details from a .csv file:

xcvr_import_register -file_name {register_list.csv}