report_max_clock_skew (::quartus::sta)
The following table displays information for the report_max_clock_skew Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::sta 1.0 |
|||
| Syntax | report_max_clock_skew [-h | -help] [-long_help] [-append] [-detail <summary|full_path> ] [-file <name> ] [-less_than_slack <slack limit> ] [-npaths <number> ] [-panel_name <name> ] [-show_routing] [-stdout] | |||
| 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 is overwritten. This option is not supported for HTML files. | |||
| -detail <summary|full_path> | Option to determine how much detail should be shown in the path report | |||
| -file <name> | Sends the results to an ASCII or HTML file. Depending on the extension | |||
| -less_than_slack <slack limit> | Limit the paths reported to those with slack values less than the specified limit. | |||
| -npaths <number> | Specifies the number of paths to report for each latest and earliest arrival skew result per set_max_skew assignment (default=1) | |||
| -panel_name <name> | Sends the results to the panel and specifies the name of the new panel | |||
| -show_routing | Option to display detailed routing in the path report | |||
| -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. | |||
| Description |
TODO |
|||
| Example Usage |
#TODO report_max_clock_skew |
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||
| TCL_ERROR | 1 | ERROR: Timing netlist does not exist. Use create_timing_netlist to create a timing netlist. | ||
| TCL_ERROR | 1 | ERROR: Report database is not open | ||