Question related to clock resource on Stratix V GX evaluation board
Hi,
I have difficulty finding the clock resource on Intel Stratix V GX edition transceiver signal integrity development kit. I have read the reference manual to this evaluation board, I saw there are 4 oscillators at 625MHz, 644.53125 MHz, 706.25 MHz, and 875 MHz available on board, but the device pin number is not available in the manual.
I am wondering if it is possible to utilize these oscillators for clock purpose for my verilog code? I am using clock control block (ALTCLKCTRL) IP core.
Please guide me how I should proceed.
Thank you,
Steven
The high-speed clocks on the Stratix V GX Signal Integrity Kit—those running at 625 MHz, 644.53125 MHz..... —are tied strictly to the transceiver circuits. They aren’t usable for core logic, can’t feed the main PLLs, and won’t connect through something like ALTCLKCTRL. They’re simply not wired for general use in your design. If you need a clock for your logic, you’ll have to look elsewhere—like a lower-frequency on-board oscillator (often something like 50 MHz), or bring in your own via an HSMC port or SMA connector. Just make sure the pin you use can actually connect to the FPGA’s internal clock routing.