Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 3/28/2022
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.36.2. synth::annotate_sweep_hints (::quartus::synth)

The following table displays information for the synth::annotate_sweep_hints Tcl command:

Tcl Package and Version

Belongs to ::quartus::synth

Syntax synth::annotate_sweep_hints [-h | -help] [-long_help] [-copy] -source <source> -target <target>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-copy If set, copy sweep hints database, otherwise annotate the path as property the target checkpoint
-source <source> The source checkpoint (or sandbox) of the design that has been swept
-target <target> The destination checkpoint to annotate sweep hints
Description
Annotate sweep hints from source checkpoint to destination checkpoint.
Example Usage
synth::annotate_sweep_hints -source $sandbox_or_checkpoint_id -target $checkpoint_id -copy
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful