Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21611 Discusiones

Efficient Signed Multiplier with good timing

HZoha
Principiante
1.842 Vistas

I am making a signed multiplier for that i have created half adder, full adder, ripple carry adder and then finally a multiplier. The code is shown below. How can i make it faster to achieve better timing. My final task is to make a fir filter operating running at 100Mhz. This filter use multiple multiplication operation(by using my multiplier). So Can you help me to make my design better by some optimizing technique like pipelining or parallelism or other??

.  

 

 

 

0 kudos
2 Respuestas
CheePin_C_Intel
Empleados
789 Vistas

Hi,

 

As I understand it, your final goal is to create a FIR filter operating at 100MHz. For your information, we have had FIR II IP available which could help to implement FIR filter operation. Just wonder if you have had a chance to take a look into our FIR II IP to see if it can meet your target requirement?​

CheePin_C_Intel
Empleados
789 Vistas

​You may refer to the following FIR II user guide for further details, thank you.

 

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_fir_compiler_ii.pdf

Responder