Forum Discussion
Altera_Forum
Honored Contributor
14 years agoTo change clocking to clock 40MHz and clock enable you need to add to every clock edge assignment:
if (rising_edge(clk40mhz) then if clken = '1' then -- your 100KHz rate ...etc You must make sure timing is right before we blame the filtering itself. I don't think you will need multicycle as 40MHz is too slow anyway