Intel® Quartus® Prime Pro Edition User Guide: Scripting
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_bpps_ver_1_0_cmd_bpps__harden_cells
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_bpps_ver_1_0_cmd_bpps__harden_cells
Ixiasoft
4.1.3.14. bpps::harden_cells (::quartus::bpps)
The following table displays information for the bpps::harden_cells Tcl command:
Tcl Package and Version | Belongs to ::quartus::bpps |
||
Syntax | bpps::harden_cells [-h | -help] [-long_help] -cells <cells> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-cells <cells> | Harden the existing placement of the specificed cells | ||
Description | In modes that support soft / hard placements (ie. Tile Planner mode), hardens the existing placement of the specificed cell. If the cell is subsequently unplaced and placed again, the placement soft / hard attribute will be based on the new placement action. For modes that do not support soft / hard placements, nothing is performed. |
||
Example Usage | bpps::harden_cells -cells [<design_cell_id>] |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful |