Forum Discussion
Altera_Forum
Honored Contributor
12 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 ...
Altera_Forum
Honored Contributor
12 years agotry this on i/o registers:
attribute altera_attribute : string; attribute altera_attribute of my_reg : signal is "-name auto_packed_registers normal" BTW, I assume your aware that delay only applies to simulation(not synthesis)