Quartus® Prime Pro Edition User Guide: Scripting

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

4.1.5.4. dni::all_fanout (::quartus::dcmd_dni)

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

Tcl Package and Version

Belongs to ::quartus::dcmd_dni

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