Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

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

Document Table of Contents

3.1.27.27. periph::update_pdpw (::quartus::periph)

The following table displays information for the periph::update_pdpw Tcl command:

Tcl Package and Version

Belongs to ::quartus::periph

Syntax periph::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
	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. 
Example Usage
	project_open onewire_nf
	blueprint::initialize
            periph::update_pdpw -pdp_state [blueprint_internal::get_pdp_state]
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful