Download presentation
Presentation is loading. Please wait.
1
DeMorgan’s Law and Gates
CMPE212 Discussion 9/19/2014 Patrick Sykes
2
In Lab Today Learn how to use the function generator and oscilloscope.
We’ll connect the function generator and oscilloscope to check gate time delays. We’ll verify DeMorgan’s laws.
3
Digital Design Remember the mystery circuit from last discussion?
This is known as a half-adder and used to add two single bits together. The design is not scaleable. For example, combining N half-adders to perform N bit addition.
4
Let’s Design
5
Verilog Practice We will be revisiting this circuit several times throughout the semester. Try to implement the Full Adder circuit in Verilog.
6
Full Adder continued Notice that our implementation now takes a third input, a carry-in Connecting multiple Full Adders can be used to do N bit addition. However, this creates an issue.
7
Time Delay There is currently a speed limit to our signals
This causes a delay from the input of a circuit to the output For our purposes so far, the time delay is so short we don’t notice it.
8
Time Delay Critical path: The longest necessary path through a circuit
In lab, we want to exaggerate the critical path There is a large critical path in our adder, all of the carrys There are ways to deal with this, which you will learn in class
9
DeMorgan’s Laws Get used to them because they’ll be very useful
10
Questions?
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.