bpps::update_pdpw (::quartus::bpps)
The following table displays information for the bpps::update_pdpw Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::bpps 1.0 |
|||
| Syntax | bpps::update_pdpw [-h | -help] [-long_help] [-assignments] [-placement] | |||
| Arguments | -h | -help | Short help | ||
| -long_help | Long help with examples and possible return values | |||
| -assignments | Indicates assignment model needs updating | |||
| -placement | Indicates placement needs updating | |||
| Description |
In classic mode, this command update everything that needs updating in pdpw. This essentially sends a single TCL command to pdpw to update everything as needed. Used in the TCL proc source wrapper only.
In pin planner mode, this command is just a stub.
|
|||
| Example Usage |
project_open onewire_nf
blueprint::initialize
bpps::update_pdpw -pdp_state [blueprint_internal::get_pdp_state]
|
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||