Use internal oscillator as an input of ALTCLKCTRL IP MAX 10
Hi,
It is the first time i work with a FPGA from Intel (MAX10) and Quartus.
I would like to use ALTCLKCTRL IP in order to mux two clocks.
One is an external clock, the other one comes from the internal oscillator.
However, i got the following error message during my design synthesis :
Error (15660): inclk[0] port of Clock Control Block "clock_control:clock_contrtol_inst|clock_control_altclkctrl_0:altclkctrl_0|clock_control_altclkctrl_0_sub:clock_control_altclkctrl_0_sub_component|clkctrl1" is driven by int_osc:int_osc_inst|altera_int_osc:int_osc_0|wire_clkout, but must be driven by a clock pin
What I undestand with this message is I have to use a clock pin as an input of ALTCLKCTRL IP (as my external clock), but with the internal oscillator, I can't really use one.
Can you help me to handle this error ?
Regards,
Antoine