INTERGRATED CIRCUITS LECTURE 17

55
INTERGRATED CIRCUITS LECTURE 17

description

INTERGRATED CIRCUITS LECTURE 17. INTERGRATED CIRCUITS. LECTURE 17. History of Electronic Devices 1st Generation Electron tubes. 2nd Generation Semiconductor Devices, Diode and single Transistor. 3rd Generation - PowerPoint PPT Presentation

Transcript of INTERGRATED CIRCUITS LECTURE 17

Page 1: INTERGRATED CIRCUITS LECTURE 17

INTERGRATED CIRCUITS

LECTURE 17

Page 2: INTERGRATED CIRCUITS LECTURE 17

History of Electronic Devices 1st Generation Electron tubes

INTERGRATED CIRCUITS LECTURE 17

Page 3: INTERGRATED CIRCUITS LECTURE 17

2nd GenerationSemiconductor Devices, Diode and single Transistor

Page 4: INTERGRATED CIRCUITS LECTURE 17

3rd GenerationSmall Scale Integrated Circuits (SSI): Less than 100

Transistors per Integrated Circuit or chipMedium Scale Integrated Circuits (MSI): 100 to 1000

Transistors per Integrated Circuit or chip

                      

3rd GenerationSmall Scale Integrated Circuits (SSI): Less than 100 Transistors per Integrated Circuit or chipMedium Scale Integrated Circuits (MSI): 100 to 1000 Transistors per Integrated Circuit or chip

Page 5: INTERGRATED CIRCUITS LECTURE 17

4th GenerationLarge Scale Integrated Circuits (LSI): 1000 to 10000 Transistors per Integrated Circuit or chip Very Large Scale Integrated Circuits (VLSI): 10000 to 1 million Transistors per Integrated Circuit or chip.

Page 6: INTERGRATED CIRCUITS LECTURE 17

5th GenerationUltra Large Scale Integrated Circuits (ULSI): over 1 million Transistors per Integrated Circuit or Chip

http://www.youtube.com/watch?v=AMgQ1-HdElMSilicon Wafer Production

Page 7: INTERGRATED CIRCUITS LECTURE 17

6th GenerationName of this technology yet to be determined: Over one billion transistors per Integrated Circuit or Chip

10-Core Xeon Westmere-EX 2,600,000,000 2011 Intel 32 nm 512 mm²

Page 8: INTERGRATED CIRCUITS LECTURE 17

Radio shack notes p80-91

Page 9: INTERGRATED CIRCUITS LECTURE 17
Page 11: INTERGRATED CIRCUITS LECTURE 17

555 audio oscillator

Voltage comparator

http://www.youtube.com/watch?v=qsP06waTvQYCollin's Lab: Exploratory IC torching

Page 12: INTERGRATED CIRCUITS LECTURE 17

7404 IC six independent positive logic NOT GATES (INVERTERS)

Page 13: INTERGRATED CIRCUITS LECTURE 17
Page 14: INTERGRATED CIRCUITS LECTURE 17

DIFFERENT PACKAGE STYLES FOR IC’s

Page 15: INTERGRATED CIRCUITS LECTURE 17

TYPES OF IC SOCKETS

Page 16: INTERGRATED CIRCUITS LECTURE 17
Page 17: INTERGRATED CIRCUITS LECTURE 17

http://www.williamson-labs.com/GREAT WEB SITE FOR ELECTRONICS

Page 18: INTERGRATED CIRCUITS LECTURE 17

Q

Page 19: INTERGRATED CIRCUITS LECTURE 17

A

B

Q

Page 20: INTERGRATED CIRCUITS LECTURE 17

http://www.williamson-labs.com/480_logic.htmDigital logic animation

Page 22: INTERGRATED CIRCUITS LECTURE 17
Page 23: INTERGRATED CIRCUITS LECTURE 17

The BCD method codes each decimal digit in binary and stores it in its own byte. The binary method converts the entire decimal number into a binary number.

Page 24: INTERGRATED CIRCUITS LECTURE 17

Transistor NOR Gate

A

B

Q

Page 25: INTERGRATED CIRCUITS LECTURE 17

A

B

Q

Page 26: INTERGRATED CIRCUITS LECTURE 17

A

B

Q

Page 27: INTERGRATED CIRCUITS LECTURE 17
Page 28: INTERGRATED CIRCUITS LECTURE 17
Page 29: INTERGRATED CIRCUITS LECTURE 17

A tristate buffer can be thought of as a switch. If B is on, the switch is closed. If B is off, the switch is open.

Page 30: INTERGRATED CIRCUITS LECTURE 17
Page 31: INTERGRATED CIRCUITS LECTURE 17
Page 32: INTERGRATED CIRCUITS LECTURE 17

Truth Table for Logic Gate Combination

Inputs Outputs

A B C D E Q

0 0 0 1 0 1

0 0 1 1 0 1

0 1 0 0 0 0

0 1 1 0 1 1

1 0 0 0 0 0

1 0 1 0 0 0

1 1 0 0 0 0

1 1 1 0 1 1

EXAMPLE LOGIC CIRCUITS http://www.technologystudent.com/elec1/dig5.htm

http://www.technologystudent.com/elec1/digq2.htmDIGITAL LOGIC EXAMINATION QUESTION - 2

EXAMPLE OF COMBINATIONAL LOGIC CIRCUIT

Page 33: INTERGRATED CIRCUITS LECTURE 17

BCD-to-Seven-Segment Decoders/Drivers

Page 34: INTERGRATED CIRCUITS LECTURE 17
Page 35: INTERGRATED CIRCUITS LECTURE 17

AddressingInputSelectedb a

0 0 A

0 1 B

1 0 C

1 1 D

4-to-1 Channel Multiplexer 4 Channel Multiplexer using Logic Gates

Multiplexer Symbol

Page 36: INTERGRATED CIRCUITS LECTURE 17

The Demultiplexer

1-to-4 Channel De-multiplexer

4 Channel Demultiplexer using Logic Gates

Demultiplexer SymbolAddressing

InputSelectedb a

0 0 A

0 1 B

1 0 C

1 1 D

Page 37: INTERGRATED CIRCUITS LECTURE 17

The Digital EncoderUnlike a multiplexer that selects one individual data input line and then sends that data to a single output line or switch, a Digital Encoder more commonly called a Binary Encoder takes ALL its data inputs one at a time and then converts them into a single encoded output.

4-to-2 Bit Binary Encoder

Page 38: INTERGRATED CIRCUITS LECTURE 17

Positional Encoders

Compass DirectionBinary Output

Q0 Q1 Q2

North 0 0 0

North-East 0 0 1

East 0 1 0

South-East 0 1 1

South 1 0 0

South-West 1 0 1

West 1 1 0

North-West 1 1 1

Page 39: INTERGRATED CIRCUITS LECTURE 17

A 2-to-4 Binary Decoders.

                                            

                                                                                        

Binary DecoderA Decoder is the exact opposite to that of an "Encoder". It is basically, a combinational type logic circuit that converts the binary code data at its input into one of a number of different output lines, one at a time producing an equivalent decimal code at its output.

Page 40: INTERGRATED CIRCUITS LECTURE 17
Page 41: INTERGRATED CIRCUITS LECTURE 17

The Basic SR Flip-flop Truth Table for this Set-Reset Function

State S R Q Q Description

Set

1 0 1 0 Set Q » 1

1 1 1 0 no change

Reset

0 1 0 1 Reset Q » 0

1 1 0 1 no change

Invalid

0 0 0 1memory with Q

= 0

0 0 1 0memory with Q

= 1

http://www.williamson-labs.com/

GOOD WEB SITE FOR ELECTRONICS

Page 42: INTERGRATED CIRCUITS LECTURE 17

S R Q Q

0 0 0 0

0 0 1 1

0 1 X 0

1 0 X 1

1 1 X Invalid

Page 43: INTERGRATED CIRCUITS LECTURE 17
Page 44: INTERGRATED CIRCUITS LECTURE 17
Page 45: INTERGRATED CIRCUITS LECTURE 17
Page 46: INTERGRATED CIRCUITS LECTURE 17

4-bit Parallel-in to Parallel-out Shift Register

Basic Movement of Data through a Shift Register

Clock Pulse No QA QB QC QD

0 0 0 0 0

1 1 0 0 0

2 0 1 0 0

3 0 0 1 0

4 0 0 0 1

5 0 0 0 0

Page 47: INTERGRATED CIRCUITS LECTURE 17

Frequency Division using Toggle Flip-flops

Page 48: INTERGRATED CIRCUITS LECTURE 17

4-bit, 16 Divide by 2 Counter

Page 49: INTERGRATED CIRCUITS LECTURE 17

http://www.technologystudent.com/elec1/count1.htm

THE 4017B DECADE COUNTER

Page 50: INTERGRATED CIRCUITS LECTURE 17
Page 51: INTERGRATED CIRCUITS LECTURE 17
Page 52: INTERGRATED CIRCUITS LECTURE 17
Page 53: INTERGRATED CIRCUITS LECTURE 17

74LS00  Pin Assignment :

                                 

7400 Logic Diagram

                        

Page 54: INTERGRATED CIRCUITS LECTURE 17
Page 55: INTERGRATED CIRCUITS LECTURE 17