Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using VHDL language, ALTERA Quartus II software and ALTERA DE2-115 board, you should design, simulate and implement a 4-bit Binary Divider based on the given

image text in transcribedimage text in transcribed

Using VHDL language, ALTERA Quartus II software and ALTERA DE2-115 board, you should design, simulate and implement a "4-bit Binary Divider" based on the given hardware friendly shift and subtract algorithm. The block diagram of the 4-bit divider is shown below. It has two 4-bit inputs A (dividend) and B (divisor). There are two 4-bit outputs Q (quotient) and R (remainder). The output Done is set to 1 when the result of division is available in Q and R. For example, if A-9 and B-3, the result (in binary) will be Q-3 and R-0. The Go input is activated to start the process of division. The Reset input forces the divider into state SO. The division is implemented using a "shift and subtract" algorithm. The ASM chart for the divider is also given on a separate document that is provided. You can assume that this divider is designed only for unsigned binary numbers, also A is always greater than B and B is always a non-zero number 4-bit Divider 4 4 4 Clock Reset You must create the VHDL model for the given ASM chart for the 4-bit divider. You must then simulate the VHDL model using given data sets (all of them). You must display the following signals in the simulation results timing diagram: clk, Go, Reset, C, RA, RB, RR, RQ, Q, R and Done. You must also synthesize the VHDL model, download to FPGA and test your divider on the FPGA board. Use a push button on the DE2-115 FPGA to provide the clk input to the divider. The A, B, Go and Reset inputs should be controlled by toggle switches on the DE2-115 board. You must display the Done output on an LED and the result (Q and R) as a single digit decimal values on two seven segment displays on the FPGA board. You also need to show coded states on other LEDs. Using VHDL language, ALTERA Quartus II software and ALTERA DE2-115 board, you should design, simulate and implement a "4-bit Binary Divider" based on the given hardware friendly shift and subtract algorithm. The block diagram of the 4-bit divider is shown below. It has two 4-bit inputs A (dividend) and B (divisor). There are two 4-bit outputs Q (quotient) and R (remainder). The output Done is set to 1 when the result of division is available in Q and R. For example, if A-9 and B-3, the result (in binary) will be Q-3 and R-0. The Go input is activated to start the process of division. The Reset input forces the divider into state SO. The division is implemented using a "shift and subtract" algorithm. The ASM chart for the divider is also given on a separate document that is provided. You can assume that this divider is designed only for unsigned binary numbers, also A is always greater than B and B is always a non-zero number 4-bit Divider 4 4 4 Clock Reset You must create the VHDL model for the given ASM chart for the 4-bit divider. You must then simulate the VHDL model using given data sets (all of them). You must display the following signals in the simulation results timing diagram: clk, Go, Reset, C, RA, RB, RR, RQ, Q, R and Done. You must also synthesize the VHDL model, download to FPGA and test your divider on the FPGA board. Use a push button on the DE2-115 FPGA to provide the clk input to the divider. The A, B, Go and Reset inputs should be controlled by toggle switches on the DE2-115 board. You must display the Done output on an LED and the result (Q and R) as a single digit decimal values on two seven segment displays on the FPGA board. You also need to show coded states on other LEDs

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

More Books

Students also viewed these Databases questions

Question

1. Who should participate and how will participants be recruited?

Answered: 1 week ago

Question

3. How would this philosophy fit in your organization?

Answered: 1 week ago

Question

How would you assess the value of an approach like this?

Answered: 1 week ago