ID:11140 Input pin <name> has too many fanouts (number of fanouts is <name> which is larger than the threshold value of <name>) -- the delay chains of the input pin will not be optimized

CAUSE: This input pin has too many fanouts, which leads to a long compile time on the auto delay chain optimization. Thus, the optimization is disabled.

ACTION: Run Timing Analyzer to ensure that the design can close setup/hold time on this input pin. Consider manually setting the delay chain setting of this pin or turning on the AUTO_DELAY_CHAINS_FOR_HIGH_FANOUT_INPUT_PINS setting, which increases the compile time.