Cyclone V GX FPGA PLL not working
I have used the Cyclone V GX C7 device(5CGXFC7C7F23C8) in my design. I do not use the Gbit transceiver in my design, so I have not get the relevant power pins like VCCE_GXBL VCCL_GXBL and VCCH_GXBL connected . I tried to use the PLL in my design and found the PLL do not work. I check the power supply for the PLL, like the VCCA_FPLL and VCC_AUX is connected to 2.5 V LDO output, which looks fine. The clock is provided from high quality clock source and should also be fine. The only clue is from the 'Cyclone V Device Family Pin Connection Guidelines' which says the VCCL_GXBL functions Clock network power, specific tothe left (L) side of the device. I then tried to provide clk[5]_p pin with a single_ended LVCMOS clock(PLL is set to work with 100 MHz input, 40 MHz, 160 MHz output) and the used Fractional PLL is X89_Y1 and all of them are located on the right side of the chip, but the PLL still did not give the output. I want to check if the above mentioned Gbit Transceiver related power pins must be connected to get the clock network and the PLL to work? Or if it is possible to get the current PCB board to work if I replace the GX series device with an E series device with compatible pin map (5CGXFC7C7F23C8 --> 5CEFA7F23C8) but without Gbit transceivers?