A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_set_high_effort_fmax_optimization_assignments
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_set_high_effort_fmax_optimization_assignments
Ixiasoft
4.1.28.48. set_high_effort_fmax_optimization_assignments (::quartus::project)
The following table displays information for the set_high_effort_fmax_optimization_assignments Tcl command:
Tcl Package and Version | Belongs to ::quartus::project |
||
Syntax | set_high_effort_fmax_optimization_assignments [-h | -help] [-long_help] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
Description | Sets assignments that together implement the high-effort fmax optimization flow. This Tcl command only sets the assignments but does not run a compilation. |
||
Example Usage | ## Open the project project_open $project_name ## Set assignments that implement the high-effort ## fmax optimization flow set_high_effort_fmax_optimization_assignments |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_OK | 0 | INFO: Set global assignment <string> to <string>. | |
TCL_ERROR | 1 | ERROR: Can't find active revision name. Make sure there is an open, active revision name. | |
TCL_ERROR | 1 | ERROR: Can't run Tcl command while a process is in progress: <string>. To run the command, stop the compilation or simulation; or wait for the compilation or simulation to complete. | |
TCL_ERROR | 1 | ERROR: You must open a project before you can use this command. |