Forum Discussion
Altera_Forum
Honored Contributor
14 years agoDo you need to count the pulses or capture their time?
You will have to do your capture logic in the 50MHz domain and transmit the information into the 20MHz domain. The only ready made component I know about to transmit information from one domain to the other is the dual clock fifo. If you don't need a fifo you'll have to do the synchronization yourself, using several cascaded registers to avoid metastability issues.