+ All Categories
Home > Documents > © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital...

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital...

Date post: 19-Jan-2016
Category:
Upload: samuel-collins
View: 240 times
Download: 1 times
Share this document with a friend
Popular Tags:
21
© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust © 2008 Pearson Education Chapter 1
Transcript
Page 1: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

Digital Logic Design

Dr. Oliver Faust

© 2008 Pearson Education

Chapter 1

Page 2: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

Outline

In this lecture we cover:1-3 Basic Logic Operations1-4 Introduction to the System Concept1-5 Digital Integrated Systems

Page 3: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

Summary

Basic Logic Functions

True only if all input conditions are true.

True only if one or more input conditions are true.

Indicates the opposite condition.

Page 4: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

Summary

Basic System Functions

And, or, and not elements can be combined to form various logic functions. A few examples are:

The comparison function

Basic arithmetic functionsAdder

Twobinarynumbers Carry out

A

BCout

CinCarry in

SumΣ

Twobinarynumbers

Outputs

A

BA < B

A = B

A > BComparator

Page 5: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

Summary

Basic System Functions

The encoding function

The decoding functionDecoder

Binary input

7-segment display

Encoder9

8 9

4 5 6

1 2 3

0 . +/–

7

Calculator keypad

876543210

HIGH

Binary codefor 9 used forstorage and/orcomputation

Page 6: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

Summary

Basic System Functions

The data selection function

MultiplexerA

Switchingsequence

control input

B

C

∆t2

∆t3

∆t1

∆t2

∆t3

∆t1

DemultiplexerD

E

F

Data from A to D

Data fromB to E

Data fromC to F

Data fromA to D

∆t1 ∆t2 ∆t3 ∆t1

Switchingsequence

control input

Page 7: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

Summary

Basic System Functions

The counting function

…and other functions such as code conversion and storage.

Input pulses

1

Counter

Parallel output lines

Binary code for 1

Binary code for 2

Binary code for 3

Binary code for 4

Binary code for 5

Sequence of binary codes that represent the number of input pulses counted.

2 3 4 5

Page 8: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

Summary

Basic System Functions

One type of storage function is the shift register, that moves and stores data each time it is clocked.

0 0 0 00101Initially, the register contains only invaliddata or all zeros as shown here.

1 0 0 0010First bit (1) is shifted serially into theregister.

0 1 0 001Second bit (0) is shifted serially intoregister and first bit is shifted right.

1 0 1 00Third bit (1) is shifted into register andthe first and second bits are shifted right.

0 1 0 1Fourth bit (0) is shifted into register andthe first, second, and third bits are shiftedright. The register now stores all four bitsand is full.

Serial bitson input line

Page 9: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

Summary

Integrated Circuits

Plasticcase

Pins

Chip

Cutaway view of DIP (Dual-In-line Pins) chip:

The TTL series, available as DIPs are popular for laboratory experiments with logic.

Page 10: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

Summary

An example of laboratory prototyping is shown. The circuit is wired using DIP chips and tested.

Integrated Circuits

In this case, testing can be done by a computer connected to the system.

DIP chips

Page 11: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

Summary

Integrated Circuits

DIP chips and surface mount chips

Pin 1

Dual in-line package Small outline IC (SOIC)

Page 12: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

Summary

Integrated Circuits

Other surface mount packages:

SOIC PLCC LCCCEnd viewEnd viewEnd view

Page 13: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

SummaryProgrammable Logic

Programmable logic devices (PLDs) are an alternative to fixed function devices. The logic can be programmed for a specific purpose. In general, they cost less and use less board space that fixed function devices.

Fixed ORarray and

output logic

ProgrammableAND array

A PAL device is a form of PLD that uses a combination of a programmable AND array and a fixed OR array:

Page 14: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

Selected Key Terms

Analog

Digital

Binary

Bit

Pulse

Being continuous or having continuous values.

Related to digits or discrete quantities; having a set of discrete values.

Having two values or states; describes a number system that has a base of two and utilizes 1 and 0 as its digits.

A binary digit, which can be a 1 or a 0.

A sudden change from one level to another, followed after a time, called the pulse width, by a sudden change back to the original level.

Page 15: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

Selected Key Terms

Clock

Gate

NOT

AND

OR

A basic timing signal in a digital system; a periodic waveform used to synchronize actions.

A logic circuit that performs a basic logic operations such as AND or OR.

A basic logic function that performs inversion.

A basic logic operation in which a true (HIGH) output occurs only when all input conditions are true (HIGH).

A basic logic operation in which a true (HIGH) output occurs when when one or more of the input conditions are true (HIGH).

Page 16: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

Selected Key Terms

Fixed-function logic

Programmable logic

A category of digital integrated circuits having functions that cannot be altered.

A category of digital integrated circuits capable of being programmed to perform specified functions.

Page 17: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

7. AND, OR, and NOT gates can be used to form

a. storage devices

b. comparators

c. data selectors

d. all of the above

© 2008 Pearson Education

Page 18: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

8. A shift register is an example of a

a. storage device

b. comparator

c. data selector

d. counter

© 2008 Pearson Education

Page 19: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

9. A device that is used to switch one of several input lines to a single output line is called a

a. comparator

b. decoder

c. counter

d. multiplexer

© 2008 Pearson Education

Page 20: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

10. For most digital work, an oscilloscope should be coupled to the signal using

a. ac coupling

b. dc coupling

c. GND coupling

d. none of the above

© 2008 Pearson Education

Page 21: © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.

© 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Floyd, Digital Fundamentals, 10th ed

Outlook

Next lecture will cover:• 2-1 Decimal Numbers• 2-2 Binary Numbers• 2-3 Decimal to Binary Conversion


Recommended