How to get one output from n outputs?

Thread Starter

bellatrix

Joined Mar 27, 2018
11
I have n outputs which come from multiplexers and I am trying to get them together as an n bit number. Is that possible? If it is possible how can I do?
 
Last edited:

WBahn

Joined Mar 31, 2012
32,929
I have n outputs which come from multiplexers and I am trying to get them together as an n bit number. Is that possible? If it is possible how can I do?
What is the relationship between the n-outputs and the n-bit number you want to combine them into?

How many bits are each multiplexer?

If each multiplexer is just a single bit, then just call the n-outputs your n-bit number, assigning each output weight that is a one of a sequence of nonnegative integer power of two starting with 1.
 
Top