subject

Design a 4-bit register with both shift and parallel load features. the inputs of

the register include a 2-bit control code x y, a 4-bit input value i3 i2 i1 i0, and a clock signal. the

outputs of the register are the 4 bits q3 q2 q1 q0 corresponding to the value stored in the

register. you are allowed to use any number of d flip-flops, muxes of any size, decoders and

encoders of any sizes, and gates, or gates, and not gates. (notice that you do not need all of

them.) the operations of the register is defined below:

x y operation

0 0 hold the current value stored (i. e., q3 q2 q1 q0 are not changed)

0 1 shift right (i. e., new q3=i3, new q2=q3, new q1=q2, new q0=q1)

1 0 shift left (i. e., new q3=q2, new q2=q1, new q1=q0, new q0=i0)

1 1 load new date (i. e., new q3=i3, new q2=i2, new q1=i1, new q0=i0)

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 13:00, TJxx187
Should i buy a samsung s10 or google pixel 3xl
Answers: 1
image
Computers and Technology, 22.06.2019 00:00, amyeileen
11. is the ability to understand how another person is feeling. a. authority b. sympathy c. empathy d. taking a stand
Answers: 1
image
Computers and Technology, 22.06.2019 02:10, breanastone14
3. (5 points) describe what would be printed by the code below or what error would occur. const char* cstr = "0123456"; const char* ptr = & cstr[4]; cout < < ptr[-1] < < ptr < < endl; 1 4. (5 points) theseus has been trapped in a maze with a minotaur, which is trying to capture him. each round, theseus and the minotaur move through the maze; theseus towards the exit, and the minotaur towards theseus. theseus can move in any of the four cardinal directions, or he can wait for a round to see how the minotaur moves. write code that creates a data type to represent the possible moves that theseus could make.
Answers: 3
image
Computers and Technology, 23.06.2019 09:30, rscvsdfsrysas3712
Why is an outfitting a workspace with video games in a technology development company considered a strategic use of money
Answers: 1
You know the right answer?
Design a 4-bit register with both shift and parallel load features. the inputs of

the r...

Questions in other subjects: