Forum Discussion
SYi
New Contributor
6 years agoAt the ReFLEX's Knowledge base, I found below answer.
[FW]-[Achilles]-[Clocks]- I/O conflicts with clocks
Posted by Olivier Thomann on 31 October 2018 05:26 PM
Issue description:
There can be a conflict between both DDR4 and clk_25mhz_fpga clocks in the design. Both inputs try to access the same I/O PLL.
You may have the following error with Quartus Prime Pro:
Error (14566): The Fitter cannot place 1 periphery component(s) due to conflicts with existing constraints (1 IO_LANE(s)).
Resolution advise:
You can add a "Global Clock" constraint on clk_25mhz_fpga, even if it results to a non-optimal PLL placement:
set_instance_assignment -name GLOBAL_SIGNAL "GLOBAL CLOCK" -to clk_25mhz_fpga