Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_get_all_instance_assignments
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_get_all_instance_assignments
Ixiasoft
3.1.24.11. get_all_instance_assignments (::quartus::project)
The following table displays information for the get_all_instance_assignments Tcl command:
Tcl Package and Version | Belongs to ::quartus::project |
||
Syntax | get_all_instance_assignments [-h | -help] [-long_help] [-entity <entity_name> ] [-fall] [-from <source> ] -name <name> [-rise] [-section_id <section id> ] [-tag <data> ] [-to <destination> ] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-entity <entity_name> | Entity to which assignment belongs | ||
-fall | Option applies to falling edge | ||
-from <source> | Source of assignment (string pattern is matched using Tcl string matching) | ||
-name <name> | Assignment name (string pattern is matched using Tcl string matching) | ||
-rise | Option applies to rising edge | ||
-section_id <section id> | Section id | ||
-tag <data> | Option to tag data to this assignment | ||
-to <destination> | Destination of assignment (string pattern is matched using Tcl string matching) | ||
Description | Returns a filtered output collection of all matching instance assignment values. To access each element of this output collection, use the Tcl command "foreach_in_collection". To see example usage, type "foreach_in_collection -long_help". In version 5.0 of the ::quartus::project package, tw |