Altera_Forum
Honored Contributor
11 years agoInfering DSP block in Arria V
Hello
I'm trying to infer DSP blocks in my Arria V design as a replacement for my former ALTMULT_ADD instance in Stratix III. I notice that the input registers are placed outside (i.e. the DSP block's input register bank is not used) and the same happens for the output registers (which should go into the DSP block's output register). For the VHDL code I tried to keep close to the one in qts_Qii51007/Example 13-7, but I need some more flexibility. The entity was completely within the Stratix III ALTMULT_ADD. My target is to use the input and output register banks of the DSP block. What am doing wrong? How can I solve this? Regards, Peter