Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI had the megafunctions in the program in the following order.
Flip-flops before divide. Flip-flops after divide. Divide. Multiply. I put them like this because i thought it appeared neat and tidy in which they were grouped together. I've just changed it to the following.... Flip-flops before divide. Divide. Flip-flops after divide. Multiply. And now it bloody works! So has Quartus just decided to play nice or does the order in which the megafunctions are used in the program actually matter? I assumed that because they operate in parallel that it wouldn't matter.