FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6359 Discussions

FIR Compiler output is zero

Altera_Forum
Honored Contributor II
833 Views

I have a design that is using a FIR Compiler generated FIR filter containing several coefficient sets. To be exact I had 5 sets loaded into the FIR filter. Everything was working fine. Then I tried to add a 6th set and now the output I get from the filter is all zeros even though I use one of my previous filter sets.  

 

When the output is all zeros the output format is still correct. I verified this with SignalTap.  

 

I was wondering if anyone has seen anything like this.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
172 Views

I found the problem myself. Looks like the FIR compiler is scaling all the coefficient sets with the same factor. This means that you can't mix floating and fixed point coefficient sets. I just converted the fixed point set to floating point and things started working.

0 Kudos
Reply