Altera_Forum
Honored Contributor
13 years agoALTGX with clock comming form ALTCLKCTRL
Hi all,
I am trying to drive my ALTGX function with a clock coming from ALTCLKCTRL. The aim of my project is to drive the transceiver module with different frequencies. For that i have create different PLL clocks with ATLPLL function, for trying to switch between them i have implemented the ALTCLKCTRL function, supplying the output clock of this function to the ALTGX block. The compilation has gone ok, but some critical warnings are showing up: Critical Warnings : (15042) , (15043) which are saying that the inclk of the transceiver is being drive by different specifies frequencies. (15043): Input port inclk[0] of PLL "transceiver:t1|transceiver_alt_c3gxb:transceiver_alt_c3gxb_component|altpll:pll0|altpll_8b71:auto_generated|pll1" and its source clk[1] (the output port of PLL "the_pll:plls|altpll:altpll_component|the_pll_altpll:auto_generated|pll1") have different specified frequencies, 50.0 MHz and 100.0 MHz respectively Also i am having some warnings that advice me about that the clock assignment (of the clock that drive the transceiver block) is being ignored. My doubt is about if the thing i am trying to achieve (change the frequency that runs the transceiver) it is possible and if i should take care of this warnings. here i let a picture of the RTL view. Thanks in advance, Lucia