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

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:00
What must you do before formatting a paragraph?
Answers: 1
question
Computers and Technology, 22.06.2019 11:00
Which are examples of note-taking tools? check all that recording devices sticky notes digital highlighters paper flags highlighting pens digital displays digital flags
Answers: 1
question
Computers and Technology, 23.06.2019 04:00
Write a method that takes in an array of point2d objects, and then analyzes the dataset to find points that are close together. be sure to review the point2d api. in your method, if the distance between any pair of points is less than 10, display the distance and the (x,y)s of each point. for example, "the distance between (3,5) and (8,9) is 6.40312." the complete api for the point2d adt may be viewed at ~pf/sedgewick-wayne/algs4/documentation/point2d.html (links to an external site.)links to an external site.. try to write your program directly from the api - do not review the adt's source code.
Answers: 1
question
Computers and Technology, 23.06.2019 04:31
Selling a product through an electronic medium is
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
question
Mathematics, 24.07.2020 05:01
question
Mathematics, 24.07.2020 06:01
Questions on the website: 13722367