Chargement…
The module computes o_y = i_a(0) xor i_a(1) xor ... xor i_a(g_WIDTH-1). g_WIDTH is a power of two. Use the provided package for f_log2ceil and the matrix type, then build the stages with two generate loops.
o_y = i_a(0) xor i_a(1) xor ... xor i_a(g_WIDTH-1)
g_WIDTH
f_log2ceil
generate