Can the FIR II IP core coefficients be left uninitialized?
Hello everyone,
I am using a MAX 10 SC device.
I instantiated an FIR II IP core with 2 coefficient banks.
The implementation features the interface to let the coefficients being loaded through memory mapped accesses.
When I try to run the Analysis & Synthesis step on Quartus 17.0, the tool raises an error stating:
"Error (16031): Current Internal Configuration mode does not support memory initialization or ROM. Select Internal Configuration mode with ERAM."
I looked on other forums at it seems that the problem relies on the configuration option (Assignments > Device > Device and Pin Options...).
There I should select the configuration mode Single uncompressed image with Memory Initialization.
This mode is not available on MAX 10 SC (Single Supply/Compact) devices, hence I need to instantiate the IP without initializing the coefficient banks.
Is there any way to achieve this?
Best regards,
Samuele Favazza