Report formatted hardware MIG calibration status and margin data
Syntax
report_hw_mig [‑file <arg>] [‑append] [‑return_string] [‑quiet] [‑verbose]
<hw_objects>
Usage
Name | Description |
---|---|
[-file]
|
file name (including full path) to output the report results to |
[-append]
|
set this option to append the report results to a file |
[-return_string]
|
set this option to have report results return as a string |
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |
<hw_objects>
|
hardware mig objects |
Description
Report formatted information on memory IP hardware configuration, calibration, and margin. Does not include the graphical margin scan plots that are available within the Vivado logic analyzer, or Vivado Lab Edition.
In the Vivado tools, memory controllers implemented into a design are associated with hw_mig objects. These hw_mig objects let you verify the calibration, read, and write window margins in your memory interface design. You can use the hardware manager GUI to check the calibration status, verify the read margin for both rising and falling edges of the clock, and write margin for both simple and complex patterns, or DQS. You can also use an ILA core to verify the data integrity for the read and write operations.
This command returns the reported data, or returns an error if it fails.
Arguments
-file
<arg> - (Optional) Write the report into the specified file.
-append
- (Optional) Append the output of the command to the specified file rather than overwriting it.
-append
option can only be used with the -file
option.-return_string
- (Optional) Directs the output to a Tcl string rather than to the standard output. The Tcl string can be captured by a variable definition and parsed or otherwise processed.
-file
option.-quiet
- (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
-verbose
- (Optional) Temporarily override any message limits and return all messages from this command.
set_msg_config
command.get_hw_xxx
command, for instance get_hw_migs
, rather than specified by name.Examples
report_hw_mig -file C:/Data/hw_mig_report.txt [get_hw_migs]