How to disable multiple reconfiguration profile when I only use one of them?
Hi,
I'm using 1G/2.5G/5G/10G Multi-rate Ethernet PHY Intel® Stratix® 10 FPGA IP to implement 1G Ethernet. I choose the external PHY to MGBASE-T, and the PHY speed is 1G/2.5G. There are two reconfiguration profile for two PHY speed. How could I to disable the 2.5G reconfiguration profile, because I don't need it. Another important reason is that I connect an IOPLL after tx_clkout which use as reference clock, Quartus report a warning below, and the timing constraint for the output clock of IOPLL can not be derived automatically.
"
The master clock for this clock assignment could not be derived.
Clock: xxx|alt_mge_phy_0|profile0|tx_clkout|ch0 found as a potential master clock candidate
Clock: xxx|alt_mge_phy_0|profile1|tx_clkout|ch0 found as a potential master clock candidate
"
So I think if I can disable 2.5G reconfiguration profile, It will solve my problem.