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.7. blueprint::initialize (::quartus::periph)

The following table displays information for the blueprint::initialize Tcl command:

Tcl Package and Version

Belongs to ::quartus::periph

Syntax blueprint::initialize [-h | -help] [-long_help] [-load_compiler_snapshot] [-read_settings_files <on|off> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-load_compiler_snapshot Initialize the Interface Planner placement state with the latest compiler snapshot. Use periph::compiler_snapshot_exists to check if a compiler snapshot can be loaded
-read_settings_files <on|off> Option to identify that settings files should be read from disk
Description
	 Initialize the Interface Planner planning engine. Initialization consists
	 of loading all required databases from disk for the design and device.
	 Once initialization is complete, the constraints have not yet been
	 applied and must be done before placement can begin.

	 After the assignments have been created, they can be applied to the
	 project by running the plan::update_platform Tcl command.
Example Usage
	project_open onewire_nf

	blueprint::initialize
	periph::update_plan
	blueprint::shutdown

	project_close
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful