You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each caller's gencoeffs procedure delivers the generator coefficients
reversed and in the log domain with -1 denoting a zero coefficient, so
that the FIFO caches hold the form consumed by the inner loop, and the
anti-log tables are built spanning two periods during lazy
initialisation so that log-sums resolve without a modulo reduction.
Each inner-loop iteration is a single get, log-add, anti-log get, xor
and put. The field order parameter is dropped from the interface along
with the ECC codeword count, which is the length of the coefficient
array.
0 commit comments