MAX10 10M04CE using FIR IP
Hi we have a new board design that uses a 10M04CE device. We are experimenting with functionality. We would like to implement an FIR filter and have tried to create one using the FIR II IP in the Quartus development system. Unfortunately this ends up giving an error like: "Error (16031): Current Internal Configuration mode does not support memory initialization or ROM. Select Internal Configuration mode with ERAM. File: /src/BMeasure1/fpga/test013-dsp/quartus/db/altsyncram_8ot3.tdf Line: 34 "
I understand that the MAX10 CE "compact" FPGA's cannot do memory initialisation from FLASH. That is ok, as I can use the FIR's ability to write to the coefficient memory. But I cannot see how to create an FIR IP block that has a fixed number of coefficient taps but with no initial cooeficient values that would allow this to work.
Is this possible or will I have to roll my own FIR ?