bpps::soften_cells (::quartus::bpps)

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

Tcl Package and Version

Belongs to ::quartus::bpps 1.0

Syntax bpps::soften_cells [-h | -help] [-long_help] [-cells <cells> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-cells <cells> One or more cell ids to soften
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_cells -cells [<design_cell_ids>]
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful