Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- 1) Do I need to connect the oscillator to all 4 pins? The development board's schematic shows the oscillator being only connected to one pin. --- Quote End --- To one clk pin is fine. --- Quote Start --- 2) What's the best way to send this clock source to the next PCB? LVDS I presume? I'm gonna go with a oscillator of 8 MHz or so. --- Quote End --- You don't. Each CPLD synchronizes the serial data to its own clock domain. The I/Os would update on the rising-edge of the shift clock, as detected in the synchronized domain (within a couple of clocks of each oscillator), or you can use the serial clock to update it. --- Quote Start --- 3) Is it better to go with an oscillator or a crystal? --- Quote End --- I always use oscillators, since they 'just work'. Cheers, Dave