The datatype of the gates is boolean (single bit). I'd like to connect this adder to another model that uses integer datatypes.
How can I concatenate the 20 boolean outputs and convert into an integer?
How can I convert an integer into boolean bits to drive the 18 boolean inputs?
-Thanks in advance.