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.40. 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

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