Altera® Quartus® Prime Standard Edition Settings File Reference Manual

ID 683084
Date 5/08/2017
Public
Document Table of Contents

1.2.64. HDL_INITIAL_FANOUT_LIMIT

Directs Integrated Synthesis to check the initial fan-out of each net in the netlist immediately after elaboration but prior to any netlist optimizations. If the fan-out for a net exceeds the specified limit, then Integrated Synthesis will issue a warning.

Type

Integer

Device Support

This setting can be used in projects targeting any Altera device family.

Notes

This assignment supports synthesis wildcards.

Syntax


		set_global_assignment -name HDL_INITIAL_FANOUT_LIMIT -entity <entity name> <value>
		set_instance_assignment -name HDL_INITIAL_FANOUT_LIMIT -to <to> -entity <entity name> <value>
	

Example


		set_instance_assignment -name hdl_initial_fanout_limit 100 -to foo