Forum Discussion
Altera_Forum
Honored Contributor
14 years agoGenerating a clock from FPGA logic is a bad idea, because the glitches caused by the LUT can be seen as extra clock edges by some cells and would make your logic crash or behave strangely. If possible, it is far better to use the main clock and only control a clock enable signal from the CPU.