Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- I agree with the josyb solution. Run a state machine on the falling edge of the fast clock. --- Quote End --- What ???? Why on earth complicate things with both falling and rasing edges. There is absolutely no need for that. I agree with Tricky. By far, the simplest solution is to run the whole thing on a single clock (single edge, of course), and use a clock enable. If for some reason it is still desirable to use the slow clock as well, then it is pretty simple to have a clock enable on the fast clock that is synced to the slow clock. Both clocks are edge aligned because they are just different multiples on the same PLL. --- Quote Start --- P.S. How many answers. Your question has triggered the FPGA design people :-) --- Quote End --- Indeed :)