Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Hi folks, Is it safe to assume that the outputs from an embedded NIOS II can be used in other areas of the FPGA logic without worrying about metastability. In the case in question, The NIOS and logic are both being driven from the same PLL, but using different taps. The logic is at 400MHz and the NIOS at 100MHz. Will I be free of metastability issues? My immediate assumption would be yes but that is an assumption. Many thanks deBoogle --- Quote End --- You need follow same rules of clock domain transfers. In this case if fpga clock is 4*nios clock and are in phase then the two clocks will always be related in same way so you don't need resync of logic and timequest will report if any violation occurs across.