21.13.1.17 export_ddr_training_data
(Ask a Question)Description
This Tcl command exports the training data that it reads from the device into a simple text file, which helps users to compare data between multiple runs by exporting the training data.
export_ddr_training_data [-file "file name"]
Arguments
Parameter | Type | Description |
---|---|---|
file |
string |
Specifies the file name with file path to save the exported data. |
Supported Families
PolarFire |
PolarFire SoC |
Example
This example exports the DDR training data to
D:\exportedData.txt
.
export_ddr_training_data -file D:\exportedData.txt