Forum Discussion

Oliver_I_Sedlacek's avatar
2 years ago
Solved

FIR filter implementation doesn't use Cyclone DSP blocks

I've coded up an FIR filter in VHDL that uses up to 10 clocks to multiply sample pairs by filter coefficients and accumulate the results. This seems to work but Quartus implements this all as logic, ...