From Transistors To Computers - PowerPoint PPT Presentation

1 / 54
About This Presentation
Title:

From Transistors To Computers

Description:

Functional Block. Logic. Circuit. Rectangles. Cell, Module Plans. Floor Plans. Clusters ... Jack Kilby. Robert Noyce. Fairchild. Intel. CMOS Circuits. Physical ... – PowerPoint PPT presentation

Number of Views:61
Avg rating:3.0/5.0
Slides: 55
Provided by: darrin2
Category:

less

Transcript and Presenter's Notes

Title: From Transistors To Computers


1
From TransistorsTo Computers
2
Gajski and Kuhns Y Chart
3
Discovery of the Electron -- 1898
Cathode Tube
J. J. Thomson
Electric Field -- corpuscle
Cavendish Labs
4
The Transistor
5
The Vacuum Tube
6
The FirstPoint-Contact Transistor1947
Bell Labs Museum
7
Bell Labs
The FirstJunction Transistor1951
M1752 Outside the Lab
Lab model
8
The Field Effect Transistor
9
The Transistor
10
Texas Instruments First IC -- 1958
Jack Kilby
Robert Noyce Fairchild Intel
11
CMOS Circuits
12
Implementing Gates
A
Relays
A
A
C
C
C
B
B
pMOS transistor A-B closed when C 0 (normally
closed)
nMOS transistor A-B closed when C 1 (normally
open)
B
Normally open Normally closed
13
CMOS Circuits
14
Logic Circuits
X
Y
15
Logic Circuits
16
(No Transcript)
17
Logic Circuits - Functions
18
Logic Circuits - Multiplexers
19
4-line 2 x 1 Mux
20
n-line 2 x 1 MultiplexerLab 1
21
VHDL n-line 2 x 1 Multiplexer
library IEEE use IEEE.std_logic_1164.all   entit
y mux2g is generic(widthpositive) port
( a in STD_LOGIC_VECTOR(width-1 downto
0) b in STD_LOGIC_VECTOR(width-1 downto
0) sel in STD_LOGIC y out
STD_LOGIC_VECTOR(width-1 downto 0) ) end
mux2g   architecture mux2g_arch of mux2g
is begin mux2_1 process(a, b, sel) begin
if sel '0' then y lt a
else y lt b end if end
process mux2_1 end mux2g_arch
22
ALU1- Shifting, Incr, and Decr Lab 2
23
Logic Circuits - Binary Adder
24
Logic Circuits - Binary Adder
25
Logic Circuits - Full Adder
26
Binary Adder/Subtractor
27
ALU2 Arithmetic and Logic InstructionsLab 3
28
ALU3 Comparators Lab 4
29
CMOS Circuits
30
Latches and Flip-Flops
31
Latches and Flip-Flops
32
Latches and Flip-Flops
33
State Machines
34
ALUs, Registers
35
An n-bit Register
36
A Function Unit (ALU1 ALU3)
37
ALU
38
Datapath
39
Datapath
40
A Single-Cycle Processor Lab 5
41
Program Counter and Program ControlLab 6
42
Processor
43
Originally with Transistors
44
A Close Up
45
(No Transcript)
46
W8ZProcessor
47
The FC16 Forth Core
48
Data Stack Lab 7
49
Return StackLab 8
50
The WC16 WHYP Core Lab 9
51
Multi-cycle Computer
52
Pipelined Computer
53
CISC Processor
54
QuantumComputer
Write a Comment
User Comments (0)
About PowerShow.com