Knowledge Base Article
Warning (332056): PLL cross checking found inconsistent PLL clock settings
Description
You may encounter the above warning when compiling the XAUI PHY IP using Quartus® II software version 13.1 for Arria® V, Cyclone® V, and Stratix® V transceiver devices. This is due to missing SDC constraints for the XAUI PHY IP clocks.Resolution
To fix this problem, add the following SDC constraints for the XAUI PHY IP clocks before running the compilation:
create_clock -period <value> -name <clock_name> [get_ports pll_ref_clk]
create_clock -period <value> -name <clock_name> [get_ports phy_mgmt_clk]
derive_pll_clocks
Updated 2 months ago
Version 2.0No CommentsBe the first to comment