Adder generator used in reduction tree for the final addition.
final Adder Function(Logic a, Logic b, {Logic? carryIn, String name}) adderGen;