Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 10/04/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.1.29.3. create_report_histogram (::quartus::sta)

The following table displays information for the create_report_histogram Tcl command:

Tcl Package and Version

Belongs to ::quartus::sta

Syntax create_report_histogram [-h | -help] [-long_help] [-append] [-color_div <color_div> ] [-color_list <color_list> ] [-file <name> ] [-max_data <max_data> ] [-min_data <min_data> ] [-num_bins <num_bins> ] [-panel_name <name> ] [-stdout] [-x_label <x_label> ] [-x_unit <x_unit> ] [-y_label <y_label> ] <data>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-append If output is sent to a file, this option appends the result to that file. Otherwise, the file will be overwritten. This option is not supported for HTML files.
-color_div <color_div> Color divisions for the created histogram
-color_list <color_list> List of colors for painting the created histogram
-file <name> Sends the results to an ASCII or HTML file. Depending on the extension
-max_data <max_data> Maximum data value of the created histogram
-min_data <min_data> Minimum data value of the created histogram
-num_bins <num_bins> Number of bins
-panel_name <name> Sends the results to the panel and specifies the name of the new panel
-stdout Send output to stdout, via messages. You only need to use this option if you have selected another output format, such as a file, and would also like to receive messages.
-x_label <x_label> Text label on x-axis
-x_unit <x_unit> Unit to be displayed on x-axis
-y_label <y_label> Text label on y-axis
<data> List of data to be analyzed
Description

Create a user defined histogram