Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a) (4 pts) Using the strategy presented in Problem 1c from HW6 and the decoder module definition you developed for Problem 3 of this assignment,

image text in transcribed

a) (4 pts) Using the strategy presented in Problem 1c from HW6 and the decoder module definition you developed for Problem 3 of this assignment, implement a circuit to output M, N, P and Q as specified in HW4 Problem 4. Use the framework below. (You will need to instantiate the decoder within your module definition.) //This is the top-level module module HW7_4 (M, N, P, Q, A, B, C, D); input A,B,C,D; output M,N,P,Q; // instantiate your decoder here. // use assign statements or primitive OR gate instantiations // to implement the OR gates endmodule // You will need to include the decoder module definition in // your .v file module decoder_4_to_16 (D, A); input [3:0] A; output (15:0] D; ... [your code from Problem 3 here] endmodule Hint: You have already done almost all the work for this problem in HW4 and Problem 3 of this assignment. b) (4 pts) Simulate the Verilog model, and verify that it gives the correct output for all input combinations. Submit the simulation waveform that shows all inputs and outputs. c) (3 pts) Determine the transistor count for this implementation. d) (3 pts) Determine the delay of the critical path. a) (4 pts) Using the strategy presented in Problem 1c from HW6 and the decoder module definition you developed for Problem 3 of this assignment, implement a circuit to output M, N, P and Q as specified in HW4 Problem 4. Use the framework below. (You will need to instantiate the decoder within your module definition.) //This is the top-level module module HW7_4 (M, N, P, Q, A, B, C, D); input A,B,C,D; output M,N,P,Q; // instantiate your decoder here. // use assign statements or primitive OR gate instantiations // to implement the OR gates endmodule // You will need to include the decoder module definition in // your .v file module decoder_4_to_16 (D, A); input [3:0] A; output (15:0] D; ... [your code from Problem 3 here] endmodule Hint: You have already done almost all the work for this problem in HW4 and Problem 3 of this assignment. b) (4 pts) Simulate the Verilog model, and verify that it gives the correct output for all input combinations. Submit the simulation waveform that shows all inputs and outputs. c) (3 pts) Determine the transistor count for this implementation. d) (3 pts) Determine the delay of the critical path

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

Database Modeling And Design

Authors: Toby J. Teorey, Sam S. Lightstone, Tom Nadeau, H.V. Jagadish

5th Edition

0123820200, 978-0123820204

More Books

Students also viewed these Databases questions

Question

1. How is the newspaper help to our daily life?

Answered: 1 week ago

Question

1. Prepare a short profile of Mikhail Zoshchenko ?

Answered: 1 week ago

Question

What is psychology disorder?

Answered: 1 week ago