Digital Logic Design CSE-241: Unit 3 Fall 2015
Digital Logic Design CSE-241: Unit 3 Fall 2015
9/1/2015
9/1/2015
Delay:
Rise time, tr
Fall time, tf .
Propagation delay tp.
The logic signal always experiences a delay in
going through a circuit. The two propagation delay
times are defined as
Propagation delay tpLH.
Propagation delay tpHL.
9/1/2015
Manufacturer Datasheets
A manufacturer datasheet for a logic gate contains the following
information:
General Description
Connection (pin-out) Diagram
Function Table
Operating Conditions
Electrical Characteristics
Switching Characteristics
Physical Dimensions
4
http://images.schoolinsites.com/SiSFiles/Schools/TN/HamblenCounty/MorristownHighWest/Uplo
ads/Presentations/IntroductionLogicDatasheets.ppt.
9/1/2015
General Description
http://images.schoolinsites.com/SiSFiles/School
s/TN/HamblenCounty/MorristownHighWest/Upl
oads/Presentations/IntroductionLogicDatasheet
s.ppt.
Connection Diagram
http://images.schoolinsites.com/SiSFiles/School
s/TN/HamblenCounty/MorristownHighWest/Upl
oads/Presentations/IntroductionLogicDatasheet
s.ppt.
9/1/2015
Function Table
http://images.schoolinsites.com/SiSFiles/School
s/TN/HamblenCounty/MorristownHighWest/Upl
oads/Presentations/IntroductionLogicDatasheet
s.ppt.
http://images.schoolinsites.com/SiSFiles/School
s/TN/HamblenCounty/MorristownHighWest/Upl
oads/Presentations/IntroductionLogicDatasheet
s.ppt.
9/1/2015
Electrical Characteristics
http://images.schoolinsites.com/SiSFiles/Schools/TN/HamblenCounty/MorristownHighWes
t/Uploads/Presentations/IntroductionLogicDatasheets.ppt.
Switching Characteristics
10
http://images.schoolinsites.com/SiSFiles/Schools/TN/HamblenCounty/MorristownHighWest/Uplo
ads/Presentations/IntroductionLogicDatasheets.ppt.
9/1/2015
Physical Dimensions
11
http://images.schoolinsites.com/SiSFiles/Schools/TN/HamblenCounty/MorristownHighWest/Upload
s/Presentations/IntroductionLogicDatasheets.ppt.
Numbers Systems
12
9/1/2015
9/1/2015
NUMBER SYSTEMS:
All the number systems used have three basic
1.
characteristics.
The most fundamental is the number of independent
digits or symbols used in the number system.
It is known as the radix or base of the number system. For
example decimal number system can be said to have a radix of 10
as it has 10 independent digits, i.e. 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.
The radix of the number system also determines the other two
characteristics.
2.
3.
13
9/1/2015
Decimal Numbers:
The decimal number system consists of ten digits
0-9.
To represent number greater than 9 then we add
1 to the next level and then start counting again
We keep doing so until we have exhausted all
possible 2 digits combinations i.e. till 99.
Hence we can conclude that the place values of
different digits in a mixed decimal number,
starting from the decimal point, are 100, 101, 102
and so on (for the integer part) and 101, 102,
103 and so on (for the fractional part).
14
9/1/2015
9/1/2015
Decimal Numbers:
The value or magnitude of a given decimal number
15
9/1/2015
9/1/2015
9/1/2015
Example:
010011112
17
9/1/2015
BINARY-TO-DECIMAL
CONVERSTION:
Conversion from binary to decimal 1001.0101:
The integer part = 1001
The decimal equivalent
= 1 20 + 0 21 + 0 22 + 1 23
= 1 + 0 + 0 + 8 =9
The fractional part = .0101
The decimal equivalent :
= 0 21 + 1 22 + 0 23 + 1 24
= 0 + 0.25 + 0 + 0.0625 = 0.3125
Therefore, the decimal equivalent of (1001.0101) 2
= 9.3125
18
9/1/2015
9/1/2015
Example
Lets find the decimal conversion of the given binary number
19
9/1/2015
Example
Lets find the decimal conversion of the given binary number
20
9/1/2015
10
9/1/2015
DECIMAL-TO-BINARY
CONVERSION:
There are two main procedures :
Sum-of-Weight Method:
.
21
9/1/2015
9/1/2015
11
9/1/2015
Example:
Find the binary equivalent of the number
45
76
23
9/1/2015
Example:
Find the binary equivalent of the number
45
76
24
9/1/2015
12
9/1/2015
Example:
Find the binary equivalent of the number
25
25
9/1/2015
Example:
Find the binary equivalent of the number
25
26
9/1/2015
13
9/1/2015
27
9/1/2015
14