Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning C# 5.0 Databases

Authors: Vidya Vrat Agarwal

2nd Edition

1430242604, 978-1430242604

More Books

Students also viewed these Databases questions