Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_get_all_quartus_defaults
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_get_all_quartus_defaults
Ixiasoft
3.1.24.13. get_all_quartus_defaults (::quartus::project)
The following table displays information for the get_all_quartus_defaults Tcl command:
Tcl Package and Version | Belongs to ::quartus::project |
||
Syntax | get_all_quartus_defaults [-h | -help] [-long_help] [-fall] [-name <name> ] [-rise] [-section_id <section id> ] [-tag <data> ] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-fall | Option applies to falling edge | ||
-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 | ||
Description | Returns a filtered output collection of all matching default assignment values. To access each element of the output collection, use the Tcl command "foreach_in_collection". To see example usage, type "foreach_in_collection -long_help". In version 5.0 of ::quartus::project package, two new Tcl commands "get_all_assignments" and "get_assignment_info" have been introduced to replace the "get_all_quartus_defaults" command. These two new commands simplify the interface to retrieve information about Quartus Prime Settings File (.qsf) assignments. The "get_all_quartus_defaults" command is still supported for backward compatibility. The "-name" option is not case sensitive. This option can take string patterns containing special characters from the set "*?\[]" as the value. The value is matched using Tcl string matching. This Tcl command reads in the default assignments found inside the Quartus Prime Default Settings File (.qdf). It filters the assignments data fo |