Forum Discussion
Altera_Forum
Honored Contributor
14 years agoMultiply and Accumlate MF. Clearing the Accumulator
Hi, I am trying to take the dot product of a matrix row using the Multiply and Accumulate (MAC) megafunction. The problem is, even though I toggle the async_clear port at the end of every row, my acc...
Altera_Forum
Honored Contributor
14 years agoNot that I have ever used that block but shouldn't you be using the accum_sload signal to clear the accumulator register??? From my quick read it seems like you would pulse it when you start on the next set of MAC operations since the multiplication result will load the accumulator register.