Question: Question 1: Four-Input Register (40 marks) There are two parts to this question. In the first part, you will design a register using 8 rising

 Question 1: Four-Input Register (40 marks) There are two parts to

Question 1: Four-Input Register (40 marks) There are two parts to this question. In the first part, you will design a register using 8 rising edge triggered D flip-flops. Use the template reg.circ file provided to design your gister such that the input bits in_1 are copied onto the output bits out_1 when clock_1 is enabled. Name this circuit 'Sub_Register'. In the second part, you will design a register using the Sub Register circuit built in the first part. Begin by adding a new circuit to your project and name it 'Four_Input_Register'. A copy of your sub-register from the first part will be used as a basis for this circuit. The register will have three input sources: an external data-in input an 8-bit constant input initialized to zero, and the output of an Adder that increments the register by adding 1 to the current value in the register. Add a single clock bit to control the operation of the clock. Finally, add a multiplexer with 8 data bits and 2 select bits. Add a 2-bit input to connect to the select input of the multiplexer. The roles of the select bits are described in the table below. The operation is controlled by the clock input. Si 0 So 0 Function Load register from data-in input Load register with constant 0 Increment the value in the register Hold; Numbers in register are unchanged 1 0 1 1 A template file has been provided for you called reg.circ, which you can start with and then modify. You should not move the components given in the template. Explain your design in words in a separate (PDF) file, which you will upload, and then submit the circuit (reg.circ) implementation in logisim-evolution. Note that the TAs will download and test your circuit design. Question 1: Four-Input Register (40 marks) There are two parts to this question. In the first part, you will design a register using 8 rising edge triggered D flip-flops. Use the template reg.circ file provided to design your gister such that the input bits in_1 are copied onto the output bits out_1 when clock_1 is enabled. Name this circuit 'Sub_Register'. In the second part, you will design a register using the Sub Register circuit built in the first part. Begin by adding a new circuit to your project and name it 'Four_Input_Register'. A copy of your sub-register from the first part will be used as a basis for this circuit. The register will have three input sources: an external data-in input an 8-bit constant input initialized to zero, and the output of an Adder that increments the register by adding 1 to the current value in the register. Add a single clock bit to control the operation of the clock. Finally, add a multiplexer with 8 data bits and 2 select bits. Add a 2-bit input to connect to the select input of the multiplexer. The roles of the select bits are described in the table below. The operation is controlled by the clock input. Si 0 So 0 Function Load register from data-in input Load register with constant 0 Increment the value in the register Hold; Numbers in register are unchanged 1 0 1 1 A template file has been provided for you called reg.circ, which you can start with and then modify. You should not move the components given in the template. Explain your design in words in a separate (PDF) file, which you will upload, and then submit the circuit (reg.circ) implementation in logisim-evolution. Note that the TAs will download and test your circuit design

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!