Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi,
thanks :) so i could simply useprocess (clk_125_in, synchronized)
begin
if rising_edge(clk_125_in) then
if synchronized = '1' then
-- rest of the code - used as "rising edge" of the "recovered clock"
and that's all : ) i will still have to think about 176.4k and using ADPLL :) thanks