21.13.1.71 transceiver_lane_reset
(Ask a Question)Description
This tcl command resets the transceiver lane.
transceiver_lane_reset [-deviceName "device name"] \
-lane {physical location}
Arguments
Parameter | Type | Description |
---|---|---|
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 Type | Description |
---|---|
None | None |
Error Codes
Error Code | Description |
---|---|
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}