Forum Discussion
sstrell
Super Contributor
6 years agoAs you state, you should use asynchronous clock groups. This cuts the paths between the clock domains, through the FIFO, not the clock paths themselves:
set_clock_groups -asynchronous -group usr_clk -group <clock on other side of FIFO>
#iwork4intel