Due to a problem in the Quartus® Prime Pro Edition Software version 23.3 and earlier, you might see this error when changing the Configuration clock source from OSC_CLK_1 pin to Internal Oscillator in the Device and Pin Options.
This error is caused by an incorrect .qsf (Quartus Settings File) assignment.
To work around this problem, replace the .qsf assignment:
set_global_assignment -name ACTIVE_SERIAL_CLOCK AS_FREQ_100MHZ
with:
set_global_assignment -name ACTIVE_SERIAL_CLOCK AS_FREQ_115MHZ_IOSC