Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou can just skip timing analysis for transfers between asynchronous clock domains. In your .sdc file either put clocks in separate clock groups or set false path between them. For example:
set_clock_groups -asynchronous -group -group or set_false_path -from -to
set_false_path -from -to