Altera_Forum
Honored Contributor
14 years agoCyclone3 with HSMC data conversion board
Hi,
I just bought the DSP development kit - Cyclone3 edition (3C120). It comes with an ADC/DAC conversion card that can sample the ADC at 150 MSpS. However the documentation is giving me some problems I hope someone here can help me with... The HSMC signal FPGA_CLK_A_P is listed to be on FPGA pin_V10, but I can't select that in the pin planner. The signal FPGA_CLK_B_P is on the other hand listed to be on pin_W8 and I can select that in the pin planner. Why can't I select the FPGA_CLK_A_P - is it an error in the documentation? Also I have made a test project where I have a 125 MHz input clk, which I put into a PLL in zero delay buffer. The output is send to an altclkctrl instance and send to an output pin (FPGA_CLK_B_P). Then I get a warning: Warning: PLL "altpll0:inst|altpll:altpll_component|altpll0_altpll:auto_generated|pll1" output port clk[0] feeds output pin "CLK_out~output" via non-dedicated routing -- jitter performance depends on switching rate of other design elements. Use PLL dedicated clock outputs to ensure jitter performance Why is the output clk of the FPGA to the HSMC interface not a dedicated clk path? Do I miss something? Hope someone can point me in the right direction.