Altera_Forum
Honored Contributor
15 years agoALTGX rx_clkout -> ALTPLL
I am using quartus/9.1.
In my design, the ALTGX rx_clkout is running at 250 MHz with a receive data width of 32 bits. The outputs ALTGX are then “stepped down” to run at 125 MHz with a 64 bit datapath, and the majority of my logic runs at 125 MHz. As such, I need to take the rx_clkout and divide it by two for use to generate a synchronous 125 MHz clock. I started to do this division using an ALTPLL. However, I discovered that the clock inputs to the ALTPLL can only come from another PLL or a dedicated PLL clock pin. Quartus delivers this error message: Error: Clock input port inclk[0] of PLL "..." must be driven by a non-inverted input pin or another PLL, optionally through a Clock Control block How would you suggest dividing the ALTGX clock by two if an ALTPLL cannot be used?