Sale!

ECSE104L Lab Assignment 3 solved

Original price was: $35.00.Current price is: $30.00. $25.50

Category:

Description

5/5 - (2 votes)

Task 1 – watch the video
Introduction to Verilog

Do the following:
A) Simplify the Boolean function
B) Write a truth table for each problem
C) Draw a schematic diagram for (problem 1,2) then test using wave form then compare with truth table whether your circuit produced same output or not?
D) Write a Verilog code for (problem 3,4) then test using wave form then compare with truth table whether your circuit produced same output or not?
Problems:
1. F(A, B, C)=ABC + A’BC + AB’C + ABC
2. F(A, B, C, D)=ABCD’ + A’BC D+ AB’CD’ + ABC
3. F(A, B, C, D)= m{1,3,5,7,9,11,13}
4. F(A, B, C, D)=m {1,2,4, 6, 7, 9, 10, 11, 13}