Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 4/03/2023
Public

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

Document Table of Contents

4.1.10.4. eco_reroute (::quartus::eco)

The following table displays information for the eco_reroute Tcl command:

Tcl Package and Version

Belongs to ::quartus::eco

Syntax eco_reroute [-h | -help] [-long_help] [-hold_slack <hold_slack> ] [-keep_best] -node <node> -port <port> [-setup_slack <setup_slack> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-hold_slack <hold_slack> targeted hold slack (ns)
-keep_best keep best attempted slack if target slack not met
-node <node> node name
-port <port> port name
-setup_slack <setup_slack> targeted setup slack (ns)
Description
The eco_reroute command reroutes the iterm with user specified slacks.
Example Usage
eco_reroute -node <node_name> -port <port_name>
eco_reroute -node <node_name> -port <port_name> -setup_slack <setup_slack> -hold_slack <hold_slack> -max_iteration <max_iteration> -keep_best
eco_reroute -node ff -port D -hold_slack 0.3 -setup_slack -2 -max_iteration 10
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful