Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHow do I synchronize gray code counts safely across asynchronous clock domains?
I have a design for a generic asynchronous FIFO that I have used for many years. In this FIFO, I use gray code counters for the read and write pointers to the core memory. These multi-bit pointers mu...
Altera_Forum
Honored Contributor
12 years agoI suggest you try set_max_delay on the paths.
By the way just curious why not use alter dc fifo?