l1 Introduction
l1 Introduction
Microelectronic Circuits
Summer 2004
Alessandro Pinto
[email protected]
Staf
TAs
Wei Mao [email protected]
Renaldi Winoto [email protected]
Reader
Haryanto Kurniawan
[email protected]
Course Material
Main reference
http://www-inst.eecs.berkeley.edu/~ee40
Textbook (s)
Electrical Engineering Principles and
Applications by Allan R. Hambley.
Course Organization
Lectures: 3 x week (20 total)
Labs
Discussion sessions
Homework
Exams
2 midterms, 1 final
Grade
Table of contents
Circuit components
Circuit Analysis
Active devices
CMOS transistor
Digital Circuits
Extra Topics
Prerequisites
Math 1B
Physics 7B
Lecture 1
Illustrates the historical background
Electricity
Transistor
Monolithic integration
Moores law
Base
Emitter
MOSFET
G
S
BJT
B
Inductor
Diode
Transistor
Number of transistor
per square inch doubles
approximately every18 months
Implications
f(t)
Voltage (V)
Time (s)
Properties:
Dynamic range: maxV minV
Frequency: number of cycles in one second
Analog Circuits
It is an electronic subsystem which
operates entirely on analog signals
i(t)
Amplifier
o(t)
o(t) = K i(t)
Digital Circuits
It is an electronic subsystem which
operates entirely on numbers (using, for
instance, binary representation)
a
b
1-bit
Adder
sum
a
0
b
0
sum
0
carry
0
carry
Positional system
Encoded by two voltage levels
+1.5 V 1 , 0 V 0
+1.5 V
5 101
1
threshold
0V
noise margin
+1.5 V
0V
+1.5 V
Why Digital?
Digital signals are easy and cheap to
store
Digital signals are insensible to noise
Boolean algebra can be used to
represent, manipulate, minimize logic
functions
Digital signal processing is easier and
relatively less expensive than analog
signal processing
Sampling
1011
0100
0101
0110
0001
0010
1001
1100
0100
0011
0010
0011
Result
1100
1011
1010
1001
1000
0111
0110
0101
0100
0011
0010
0001
0000
Quantization
-5V
-10V
-15V
-20V
-25V
-30V
ab
a+b
b
1-bit
Adder
sum
a
0
b
0
sum
0
carry
0
carry
Summary
Analog signals are representation of
physical quantities
Digital signals are less sensible to noise
than analog signals
Digital signals can represent analog
signals with arbitrary precision (at the
expense of digital circuit cost)
Boolean algebra is a powerful
mathematical tool for manipulating
digital circuits