04-29-2022 08:39 AM
Hi,
I’m looking to do an accumulator in FPGA.
So, i used FPGA box with array inputs to test methods.
First, I did 3 Methods and I have same results.
Then, I tried to used DSP48E or DSP48E1 as Accumulator
I look on this page, how I need to configure DSP.
https://zone.ni.com/reference/en-XX/help/372614J-01/lvfpgaconcepts/dsp48e_function/
The problem, is it doesn't work.
Anyone can look and explain why ?
Thanks in avance
04-29-2022 09:14 AM
Why don't you use the Xilinx IPCore for an accumulator?
04-29-2022 09:19 AM
That's the next step.
I never used IP core
04-29-2022 09:40 AM
I would say it's a lot easier than trying to use the general-purpose DSP node. That thing is an absolute nightmare to understand and configure.
04-29-2022 10:38 AM
Unless there is a performance need, I would use math primitives. Optimization on an FPGA can be very costly in terms of development time.
05-05-2022 06:55 AM
Thanks all,
I achieved Xilinx IP accumulator successful.
It’s right that it is more easy than DSP48.
Next step is to do accumulator with input array of 2 value… (N and N+1)