Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 10/04/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents
Give Feedback

3.1.24.53. set_multicycle_assignment (::quartus::project)

The following table displays information for the set_multicycle_assignment Tcl command:

Tcl Package and Version

Belongs to ::quartus::project

Syntax set_multicycle_assignment [-h | -help] [-long_help] [-comment <comment> ] [-disable] [-end] [-fall] [-from <from_list> ] [-hold] [-remove] [-rise] [-setup] [-start] [-tag <data> ] [-to <to_list> ] <path_multiplier>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-comment <comment> Comment
-disable Option to disable multicycle assignment
-end Option to indicate that destination clock cycles should be considered for path multiplier
-fall Option applies to falling edge
-from <from_list> List of clock names, node names, and/or assignment group names that represent start or source points of multicycle path, for example, {node1 node2 ...}
-hold Option to indicate that path multiplier is meant for hold
-remove Option to remove multicycle assignment
-rise Option applies to rising edge
-setup Option to indicate that path multiplier is meant for setup
-start Option to indicate that source clock cycles must be considered for path multiplier
-tag <data> Option to tag data to this assignment
-to <to_list> List of clock names, node names, and/or assignment group names that represent end or destination points of multicycle path, for example, {node1 node2 ...}
<path_multiplier> Multicycle path multiplier
Description

Specifies that the given timing paths have multicycle setup or hold delays with the number of cycles specified by the "-path_multiplier" option. If