- To generate the DFX Summary Report in the Vivado IDE, select .
The equivalent Tcl command is:report_dfx_summary -name dfx_summary_1 - In the Results name field specify the name of the graphical window
for the report. The equivalent Tcl command
is:
-name <windowName> - Select Export to file to
write the results to a file in addition to generating a GUI report. Specify a file
name in the field on the right. Click the elipses button to browse to select a
different directory. The equivalent Tcl command
is:
-file <arg> - Select Overwrite to overwrite an existing file with new analysis results. Select Append to append the new results.