Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1.a) Write a Verilog module that implements a 1-bit half adder. b) Through instantiating the module in a) plus other logic, implement a 1-bit full

1.a) Write a Verilog module that implements a 1-bit half adder.

b) Through instantiating the module in a) plus other logic, implement a 1-bit full adder with Verilog.

c) Finally, design and implement a 4-bit binary full adder with Verilog.

d) Write a proper test-bench and stimulus, thoroughly test your 4 -bit binary adder.

e) Show a waveform snapshot that indicates you adder can correctly compute 0101 + 1101 and show your results.

2.a) Write a Verilog module that implements a 1-bit partial full adder (PFA).

b) Through instantiating the module in a) plus other logic, implement a 4-bit full adder with Verilog.

c) Write a proper test-bench and stimulus, thoroughly test your 4 bit carry lookahead adder.

d) Show a waveform snapshot that indicates you adder can correctly compute 0101 + 1101 and show your results.

3. a) Assuming that each gate, no matter which type, will have 1 time unit delay. From the logic design diagram, estimate the worst case totol delay of these 2 types of 4-bit adders. Find out the delay ratio between these two adders.

b) Using Vivado, simulate both designs and use 0101+1101 as the example, show the reported delays. Find out the delay ratio between these two adders.

c) Are the ratios in a) and b) the same?

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

Advanced Database Systems For Integration Of Media And User Environments 98

Authors: Yahiko Kambayashi, Akifumi Makinouchi, Shunsuke Uemura, Katsumi Tanaka, Yoshifumi Masunaga

1st Edition

9810234368, 978-9810234362

More Books

Students also viewed these Databases questions

Question

explain the concept of strategy formulation

Answered: 1 week ago