Clocking Avalon slave module outside of the NIOS
Hi,
I am having a design philosophy question here. I would like to split my design in two categories: "high frequency/high speed" modules et "low frequency/low speed" modules on the NIOS II Avalon MM, in order to lighten up the constraints for the synthesis among others. I have a Clock bridge bringing the slow clock inside the NIOS (would it be better to use a "clock source" ?) and I have been connecting it to my slow clock modules following the clock crossing adapters view (added automatically during the generation).
I have one module which is outside of the NIOS and is needs to be clocked with the same slow clock entering the NIOS. What should be the best way to do it ?
- Connecting directly the external clock entering the NIOS to the Module ?
- Outing a clock from the NIOS ? and how ?
Thank you in advance for your help.
Tobias
Yes, that is what I was picturing. No, there is no difference or advantage in either setup. It's just wires.
If it was my design, I might just include the PLL in the Platform Designer system. That way, I could easily manage the connections to other components I might add to the system, adding an output clock bridge if needed, and making the whole thing more portable.