Altera_Forum
Honored Contributor
15 years agoHow to control fan out of an asynchrounous signal
Hi,
We had a design let say would be replicated more than 8000 times or would generate 8000 of fan-out for the reset signal. Module:process(reset,clock) Begin If (reset=’1’) then Some operation Else if rising_edge(clock) then Some operation End if End process Module Had tried force the signal to non global resource, -> causing that to failed for the recovery time. Max_fanout setting used to control this net and duplicate the flip-flop. -> failed This node feeds to an asynchronous control port -> attached is the picture. For this case, can we still set false path in between the register? Or need rerouting? Or there is any assignment setting that need to set? To control the fan-out of an asynchronous signal in Quartus. Thanks in advance for the help Best regards kenny