21.13.1.71 transceiver_lane_reset

Description

This tcl command resets the transceiver lane.

transceiver_lane_reset [-deviceName "device name"] \
                       -​lane {physical location}

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.

lane

string

Specify the physical lane instance name.

Return TypeDescription
NoneNone

Error Codes

Error CodeDescription

None

Phy Reset: Lane Name not found in the list of assigned physical lanes in Libero.Provide the correct lane name.

None

Parameter 'lane' has illegal value.

None

Phy Reset: Transceiver physical Lane Name must be specified.

None

Parameter 'param_name' is not defined. Valid command formatting is'transceiver_lane_reset [-deviceName "device name"] [-lane "Physical Lane Name"]'.

None

Parameter 'deviceName' has illegal value.

Supported Families

PolarFire

PolarFire SoC

Example

This tcl example resets the lane {Q0_LANE0}.

transceiver_lane_reset -lane {Q0_LANE0}