Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 4/01/2024
Public
Document Table of Contents

4.1.5.3. dni::all_fanin (::quartus::dcmd_dni)

The following table displays information for the dni::all_fanin Tcl command:

Tcl Package and Version

Belongs to ::quartus::dcmd_dni

Syntax dni::all_fanin [-h | -help] [-long_help] [-flat] [-insts_only] [-startpoints_only] -to <to>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-flat trace across the hierarchies
-insts_only returns a set of all instances in the timing fanin of the sink
-startpoints_only returns only the timing startpoints
-to <to> sink port or inst_port in the design
Description
This command reports the timing fanin of specified sink ports or inst_ports in the design
Example Usage
dni::all_fanin -to [ dni::get_ports {a[0]} ]
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful