Design a circuit that can shift three-bit vector W=w2wlwo one bit position to the right with the control input S. The ou
Posted: Wed Mar 30, 2022 9:30 am
Design a circuit that can shift three-bit vector W=w2wlwo one bit position to the right with the control input S. The outputs of the circuit be a three-bit vector Y=y2ylyo and a signal k. If the control input S is equal to 1, then y2-wo, yl-w2, yo=wl and k-wo. If S is equal to 0, then y2-0, y1=w2, yo-wl and k-0.