Re: Fanout Problems
Hi,
Fanout is related to an output. Fanout is the ability for an output of a given technology to drive inputs of the same technology connected to this output.
In opposition, an input has a parameter named Fanin.
Fanout and Fanin values dont have any unit. They are expressed by a simple numerical value.
For example, if an output has a Fanout of 10, then the sum of the Fanin of all the inputs connected to this output must not exceed 10.
If the sum of the Fanin is higher than the Fanout, the logical levels of the output are not guarented.
If this is the case, you can use buffers to distribute a logical signal. Clocks inside an fpga are distributed to all the macrocells by this way.