Forum Discussion
Altera_Forum
Honored Contributor
14 years agothanks again for reply,
I do think it was a false path, clk_819000_countNEG bus is from falling edge clk_cpld, and clk_819000_countNEG is feeding logic using ultimately captured on derived clk that is rising edge clk_cpld based. thanks process (clk_cpld) begin if (falling_edge (clk_cpld)) then clk_8192000_countNEG <= clk_8192000_count; end if; end process;