Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- The other problem with that code is that it is generating a gated clock for the MAC. It isn't recommended and can lead to problems. I would rewrite the converter to use two clocks generated from a PLL instead. --- Quote End --- Hi Daixiwen, I replaced the original gated clock for the MAC with another one which is simply generated from the input clock dividing by 2 without a pll. Now it works perfectly, although I've not tested it for a long time, yet. Probably this solution is not that good and it may be susceptible to timing problems upon reprocessing. In case of further problems I'll try to use the pll solution as you suggest. Thank you