Forum Discussion

duanrac's avatar
duanrac
Icon for New Contributor rankNew Contributor
5 years ago

Stratix 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)+...