Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

A question about generate pulse signal between different clock zone

I need to generate a 124M pulse from a 52M pulse. Restrited by the pipeline stages, I use this method: always @ ( ... posedge clk_124 ) ... sig124 <= P52; end always @ ( ... p...