Question

Problem 5: (2 x 5 marks) Perform technology mapping to NAND and NOR gates on the given circuit. You need to show 4 figures (a

Please show all the steps? It is one question. If you can't do both, please do part B? Thanks!

0 0
Add a comment Improve this question Transcribed image text
Answer #1

5) Given Circuit:

AB(C+D) AND A. B C- D E F OR OR G = - AB(C+D)+AF(C+D)+E AND AF(C+D)

A) From the above Circuit G = AB(C+D)+AF(C+D)+E

G = (ABC+ABD)+(ACF+ADF)+E

G = ABC+ABD + ACF+ADF+E

[G']' = [(ABC+ABD + ACF+ADF+E)']' { We know that (P')'= P }

G = [(ABC)'(ABD)'(ACF)'(ADF)'(E)']'  { We know that (PQ)'= P' + Q' }

G = [(ABC)'(ABD)'(ACF)'(ADF)'(E)']'

Implementation of NAND Gates:

Given G = [(ABC)'(ABD)'(ACF)'(ADF)'(E)']'

(ABC) NANDO BO CO G=[(ABC)(ABD)(ACF)(ADF)(E)] NAND ko (ABD) NANDO DO (ADF): NAND FO (ACF): NAND E! E O ............

Explanation:
NAND gate is used to find the Product of Two literals P NAND Gate Q Output is (PQ)'

B) From the above NAND Implementation G = [(ABC)'(ABD)'(ACF)'(ADF)'(E)']'

G = [(A'+B'+C')(A'+B'+D')(A'+C'+F')(A'+D'+F')(E)']'   { We know that (PQ)'= P' + Q' }

G = [(A'+B'+C')'+(A'+B'+D')'+(A'+C'+F')'+(A'+D'+F')'+(E')']   { We know that (PQ)'= P' + Q' }

G = [(A'+B'+C')'+(A'+B'+D')'+(A'+C'+F')'+(A'+D'+F')'+E]  { We know that (P')'= P }

G = [{(A'+B'+C')'+(A'+B'+D')'+(A'+C'+F')'+(A'+D'+F')'+E}']'  { We know that (P')'= P }

G = [{(A'+B'+C')'+(A'+B'+D')'+(A'+C'+F')'+(A'+D'+F')'+E}']'

Implementation of NOR Gates:

AOH A B C (A+B+C) NOR G=[{(A+B+C)+(A+B+D)+(A+C+F)+(A+D+F)+E}l NORO (A+B+D)! NOR ANOR D D G= {(A+B+C)

Explanation:

NOR gate is used to find the Sum of Two literals P NOR Gate Q Output is (P+Q)'

Add a comment
Know the answer?
Add Answer to:
Please show all the steps? It is one question. If you can't do both, please do...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Draw a logic diagram using only two-input NOR gates to implement the following function. Show your...

    Draw a logic diagram using only two-input NOR gates to implement the following function. Show your work. You must use only NOR gates for this solution, no other gates. You may assume that the inverted inputs are available. Example: if you need A’ as a circuit input, just write A’ as an input name. (15 points) F(A, B, C, D) = (A  B)’ (C  D) a. Show your work, using Boolean algebra to expand the function to its...

  • please solve all parts of the question Problem #1 The D latch is constructed with four...

    please solve all parts of the question Problem #1 The D latch is constructed with four NAND gates and an inverter. Consider the following three other ways for obtaining a D latch. In each case, draw the logic diagram and verify the circuit operation. (a) Use NOR gates for the SR latch part and AND gates for the other two. An inverter may be needed. (b) Use NOR gates for all four gates. Inverters may be needed. (c) Use four...

  • ECE 1552- Summer 2019 Homework 2: Solve all questions. HW is to be turned in as a PDF or word document on canvas. Show...

    ECE 1552- Summer 2019 Homework 2: Solve all questions. HW is to be turned in as a PDF or word document on canvas. Show all working. Answers provided should be typed or written CLEARLY 1: Find a function to detect an error in the representation of a decimal digit in BCD. In other words, write an equation with value 1 when the inputs are any one of the six unused bit combinations in the BCD code, and value 0 otherwise...

  • NAND can do it all! a functioning integrated circuit. Now is your time to create a...

    NAND can do it all! a functioning integrated circuit. Now is your time to create a circuit using only NAND gates. 1. Using the function: F (A B) (C D) Implement this function using AND and OR gates. Use the logic converterto assess your circuit. Imagine that you have no access to AND or OR gates. Create a circuit that implements the same function using only NANDgates. Use the Logic Converterto assess your NAND circuit. Compare to the previous AND/OR...

  • please show all steps Find the expression that you can use it directly with bubbles) to...

    please show all steps Find the expression that you can use it directly with bubbles) to build two-level NOR only circuit to realize F(a, b, c, d) = a' bd + ac'd. d'a'b + ac) da + b)(a + c) ald'b' + dc') alb+d')(a + c)

  • A. Convert to NAND gates only. F(A,B,C,D) = ∑(0,2,5,6,8,10,13,14) answer is B'D'+CD'+BC'D can you show how...

    A. Convert to NAND gates only. F(A,B,C,D) = ∑(0,2,5,6,8,10,13,14) answer is B'D'+CD'+BC'D can you show how to convert to NAND gates only B. Convert to NOR gates only and show how to compliment it. F(A,B,C,D) = ∏(0,2,5,6,8,10,13,14)

  • Build the truth table for half-adder and show one implementation using gates. Build a NOT gate...

    Build the truth table for half-adder and show one implementation using gates. Build a NOT gate from NOR gate. Build a NOT gate from NAND gate. Algebraic equation for XOR gate is A B bar + A bar B. Show that the algebraic equation for XNOR gate AB + A bar B bar. Draw a circuit for a 2-to-4 line decoder. 2-to-1 line multiplexer equation is given by Y = S bar I_0 + SI_1 Show an implementation of this...

  • First you must create a logic circuit using only basic gates such as AND, OR, NOR,...

    First you must create a logic circuit using only basic gates such as AND, OR, NOR, NAND, NOT, etc. to implement an ADDER capable of adding two 4 bit binary numbers. Second you must create a logic circuit using only basic gates such as AND, OR, NOR, NAND, NOT, etc. to implement a Subtractor that is capable of subtracting the second number from the first, by converting the second number into its 2's complement form and then adding the resulting...

  • 3. Implement the following gates using only one TTLİCİ (1 point) TEL EL (a) Example: One...

    3. Implement the following gates using only one TTLİCİ (1 point) TEL EL (a) Example: One 4-input OR gate (b) One 2-input NAND gate and one 2-input OR gate (c) One inverter, one 2-input NAND and one 3-input NAND (d) One 2-input XOR gate and one 2-input XNOR (e) One 4-input XNOR gate 2346 GND 2-input OR 7432 1 Porcuits Simplify the following expressions, and implement them with two-level NAND gate circuits: 4. Minterms, K-map and two-level NAND/NAND logic: F...

  • Hello, could you please show all your steps without skipping any part. please show also all...

    Hello, could you please show all your steps without skipping any part. please show also all your defintion or anything that would enhancemy understanding of this question . Thanks in advance we've covered in class in your explanation. 3) (4 marks) Find a group of permutations that is isomorphic to Z.. Explicitly define an isomorphism from Zs to this group of isomorphisms.

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT