Inspecting Figure 2 more details, you can see that:
Compute intermediate outputs
f3andf1by running an 8-tap anti-symmetric filter on an input signal using:aie::sliding_mul_sym_xy_ops<>::mul_antisym()API.Similarly, compute
f2andf0using theaie::sliding_mul_sym_xy_ops<>::mul_sym()API.Compute the bottom section of Figure 2 corresponding to Horner’s rule using
aie::mul()andaie::mac()instructions.