Visible to Intel only — GUID: reference_TCL_tcl_pkg_periph_ver_1_0_cmd_blueprint__initialize
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_periph_ver_1_0_cmd_blueprint__initialize
Ixiasoft
3.1.22.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 | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful |