duanrac
New Contributor
5 years agoStratix 10 DSP preload constant
Hi,
it's possible with DSP block of stratix 10 to use preload constant (for rounding) with accumulator ?
A(n+1)=(B*C)+A(n) + 1<<x
or it is exclusive mode?
A(n+1)=(B*C)+A(n)
or
A(n)=(B*C)+...