Forum Discussion
Critical Warning (24567):The design is using an internal oscillator
- 1 year ago
Hi,
In the same design I added an F-Tile IP and at the fitter step i got this error:
Intel FPGA IP instantiated in the design require the DEVICE_INITIALIZATION_CLOCK option to be set to either OSC_CLK_1_25MHZ, OSC_CLK_1_100MHZ or OSC_CLK_1_125MHZ. This assignment is missing in the QSF fileThe assignment was not present in the QSF:
set_global_assignment -name DEVICE_INITIALIZATION_CLOCK OSC_CLK_1_125MHZ
After adding it the fitter completed and the first warning in my original post:
Critical Warning (24567): The design is using an internal oscillator along with transceivers, EMIF, MIPI, and PHY Lite interfaces.
Is not present anymore.
Thanks
Hi,
It is a critical warning and I thinks they should be address and weave if not applicable. But in my case I planned to use the EMIF and I want to be sure that it will not be an issue in the future.
Double-click on the message does nothing.
The other stuff in the design is only an avalon bridge (to get regsiter access outside of the Qsys with the HPS) and few dummy register for now. This is pretty limited difference with the reference design.
Thanks.