Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/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.11.16. modify_io_slew_rate (::quartus::eco)

The following table displays information for the modify_io_slew_rate Tcl command:

Tcl Package and Version

Belongs to ::quartus::eco

Syntax modify_io_slew_rate [-h | -help] [-long_help] -to <dest_pin_name> <slew_rate>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-to <dest_pin_name> Name of the destination pin node
<slew_rate> Slew rate value
Description
The modify_io_slew_rate command will modify the slew rate of the targeted pin. 

modify_io_slew_rate expects 1 positional argument and an option argument:
to - the name of the destination pin
Example Usage
modify_io_slew_rate 1 -to top|ipin
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful