Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHello,
the file at yahoo ist accessible to me. General it's not said, that you need a PLL or a dedicated clock output for the DAC clock. It depends on the clock speed. I think, up to 100 MHz should work with normal routing in most cases. The PLL options are availabel dependant on FPGA family. E.g. with Cyclone III, PLL's can be chained and also driven from gloabal clock resources, you can drive a PLL at the bottom from clock input at the top, either directly or through a PLL. With Cyclone II, PLL input is limited to regional clock pins. On first try, I would connect the DAC without special measures, using the default global clock resources. Quartus will complain about using a non-dedicated clock output, but that's just a warning. You can check timing, it may be already o.k. For higher speeds, fast output registers can be used (depending on design structure, they may have been used without explicite definition). Fast output registers and the same pin routed to a pin can already give suitable timing, but hold time may be too short. You can specify a small amount of output register delay then (< 1 ns) or use different clock phases for clocking the output registers and clock output. Regards, Frank