blueprint::initialize (::quartus::periph)

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

Tcl Package and Version

Belongs to ::quartus::periph 1.0

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