Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
Public

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

Document Table of Contents

4.1.2.36. bpps::soften_cell (::quartus::bpps)

The following table displays information for the bpps::soften_cell Tcl command:

Tcl Package and Version

Belongs to ::quartus::bpps

Syntax bpps::soften_cell [-h | -help] [-long_help] -cell <cell>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-cell <cell> Soften the existing placement of the specificed cell
Description
                    In modes that support soft / hard placements (ie. Tile Planner mode), softens 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::soften_cell -cell <design_cell_id>
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful