Added definitions for multi-bit FullAdder components (aFullAdder2 and aFullAdder3) to the CpuArrow library. These helpers extend the base FullAdder functionality to work with T2 and T4 types, enabling more complex arithmetic circuits. This change simplifies the construction of wider data path operations by leveraging existing arrow-based logic.

Expanded FullAdder implementation to support multi-bit inputs - zhengqunkoo/cpu-arrow