When you compile a UniPHY-based DDR3 SDRAM controller, you may get the above warning between pll_ref_clk and pll_afi_clk/pll_write_clk.
This warning is due to a non-integer ratio between the PLL reference clock frequency and the operating frequency, which forces the launch and latch edge times beyond the allowed range of time values.
The warning can be safely ignored. If you want to avoid the warning, you can try one of these two workarounds.
Workaround 1: Add a “set_false_path” constraint between pll_ref_clk and pll_afi_clk/pll_write_clk because there is no timing path between pll_ref_clk and the PLL output clocks.
Workaround 2: Change the frequency of the PLL reference clock to get an integer ratio between the PLL reference clock frequency and the operating frequency.