- #1
Bipolarity
- 776
- 2
I am trying to implement the following device:
It takes a 4-bit input string, and a control input. If the control input is 1, the output is a 4-bit string. If the control input is 0, the output is 0000. What sort of device might make this possible? Obviously, brute force logic with AND gates works, but is there an easier method perhaps?
Thanks!
BiP
It takes a 4-bit input string, and a control input. If the control input is 1, the output is a 4-bit string. If the control input is 0, the output is 0000. What sort of device might make this possible? Obviously, brute force logic with AND gates works, but is there an easier method perhaps?
Thanks!
BiP