Altera_Forum
Honored Contributor
13 years agoPLL critical warning - 400MHz
Dear All,
I'm using this device - Cyclone IV - EP4CE22F17C6N I created a PLL with 4 different clock outputs. (using Megafunction) input f = 400MHz output 1 = 100MHz with 90° shift output 2 = 100MHz with 180° shift output 3 = 100MHz with 280° shift output 4 = 100MHz with 360°/0° shift It was created without any issue. Then I instantiated this file into my main verilog module. one of the main module's input is directly connected to pll's clock(400MHz). I run the synthesis, I get the following error. ------------------------------------------------------------------------ Critical Warning: Cannot implement PLL <name of the ports> because the input clock of the PLL "xxx" uses I/O standard 2.5 V and has a frequency of 400 MHz. However, the device only supports a frequency up to 250 MHz. ------------------------------------------------------------------------ Initial it accepted for 400MHz but later it says it supports only upto 250MHz. Could any one explain what is this? Thanks!