Forum Discussion
AHorn4
New Contributor
7 years agoHow to solve Error (175001): Could not place Channel PLL when trying to use Cyclone V Native PHY IP?
Hi, I am using Quartus II 13.0sp1 (web edition) and Modelsim-Altera 10.1d Starter Edition and am trying to integrate a Cyclone V GX multi-gigabit transceiver into one of my designs. The Cyclone V N...
Abe
Frequent Contributor
7 years agoWell, it looks like the design cannot fit into the device. You did mention that before you integrated the IP your design had ~805 utilization. That leaves almost no space for the tool to fit the IP and also to do a Place N Route and Timing Analysis.
- Error (11802): Can't fit design in device
This error sums it all up.
You may need to
- Re-design the rest of the code so that it takes lesser resources typically ~60% and then try integrating the IP. But this will still pose problems for Timing as the tool will not have enough resources to proceed with the timing driven place and route, etc.
- Target another larger device in the same FPGA family, one in which your design can fit.
- If you're using another PLL in your design, try and generate the required clock using that PLLs output.
-Abraham