Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/13/2021
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.24.60. timegroup (::quartus::project)

The following table displays information for the timegroup Tcl command:

Tcl Package and Version

Belongs to ::quartus::project

Syntax timegroup [-h | -help] [-long_help] [-add_exception <name> ] [-add_member <name> ] [-comment <comment> ] [-disable] [-get_exceptions] [-get_members] [-overwrite] [-remove] [-remove_exception <name> ] [-remove_member <name> ] <group_name>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-add_exception <name> Tcl list of exception names to add
-add_member <name> Tcl list of member names to add
-comment <comment> Comment
-disable Option to disable assignment
-get_exceptions Option to get collection of timegroup exceptions
-get_members Option to get collection of timegroup members
-overwrite Option to overwrite existing timegroup with the same group name
-remove Option to remove timegroup
-remove_exception <name> Tcl list of exception names to remove
-remove_member <name> Tcl list of member names to remove
<