Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- 50 MHz and 55MHz though related can't be synchronous for timing purpose. The tool may compute worse pattern. So you need CDC (using fifo is safe). You can provide false path if you have double synchroniser and taken care of data transfer --- Quote End --- There is a danger when using false paths across domains like this that, in theory, the fitter could place the CDC registers on opposite sides of the chip, which would be a problem. Often it is better to use a max delay instead of a false path. Something that should make it easy for the tool to route but not do something stupid.