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

FIR II IP: issue with coefficient address width generation.

SFava
Novice
1,747 Views

Hello,

 

I am working with the FIR II IP core and set up the core to have two coefficient banks.

The address space generated by qsys in contiguous and accommodates all required coefficients.

 

In my particular case I selected the symmetrical FIR, which means that only CEIL(num_of_taps) should be written into coefficient bank.

 

TEH ISSUE:

The tool does not properly generate the address width when the number of the required coefficients are a power of 2 plus one.

 

In the files in attachment I write down few banks examples, namely for the 17 / 33 / 19 taps cases.

Where only the 19 taps generates the correct coefficient address width.

 

How to reproduce:

Please open the fir_tdm.qsys file in Quartus 17.0 and load the coefficients from the "debug_coeff.txt" file (un/comment to test the various tap cases).

 

Hint for developers:

The formula the address width should be based on should be:

CEIL(LOG2(CEIL(num_of_taps/2)*num_of_banks))

0 Kudos
4 Replies
CheePin_C_Intel
Employee
387 Views
Hi Samuele, Thanks for highlighting this. Please allow me some time to look into your attachment and perform issue replication. I will update you on the progress by mid of next week or as soon as there is any valid finding. Please ping me if I do not get back to you. Thank you.
0 Kudos
CheePin_C_Intel
Employee
387 Views
Hi Samuele, Thanks for sharing the files and steps to replicate the issue. I have performed some tests on my sides and able to replicate your observation. As you mentioned, seems like when the number of coefficient is (2^x + 1), the number of address bit will be lacking of 1 bit. I have tested with Q18.1 and observe similar behavior. For your information, I have filed a case to Engineering to further look into this and for future fixes. To avoid gating your progress, as a workaround, I would like to recommend you to avoid using the number of coefficient = (2^x + 1). Sorry for the inconvenience. Please let me know if there is any concern. Thank you. Best regards, Chee Pin
0 Kudos
SFava
Novice
387 Views

Thank you for the fast answer.

Yes, meanwhile I already increased the order of the FIR to avoid it.

 

Cheers,

Samuele

0 Kudos
CheePin_C_Intel
Employee
387 Views
Thank you for your understanding and sorry for the inconvenience.
0 Kudos
Reply