Instructor:
-
Professor Jim Plusquellic
Text:
-
Principles of CMOS VLSI Design: A Systems Perspective,
-
by Neil H.E. Weste and Kamran Eshraghian.
Supplementary texts:
-
Digital Integrated Circuit Design, by Ken Martin, Oxford University Press (2000).
-
Digital Integrated Circuits, A Design Perspective
-
by Jan M. Rabaey, Prentice Hall (1996).
Further Info:
-
http://www.cs.umbc.edu/~plusquel/
-
To introduce the concepts and techniques of modern integrated circuit design and testing (CMOS VLSI).
-
To provide experience designing integrated circuits using Commercial Computer Aided Design (CAD) Tools (CADENCE).
-
The Design Process
: An iterative process that refines an "idea" to a manufacturable device through at least five levels of design abstraction.
-
Abstraction
: A very effective means of dealing with design complexity.
-
Creating a model at a higher level of abstraction involves replacing detail at the lower level with simplifications.
-
Simulation
: The functional behavior of the design (or a parameter such as power) is determined by applying a set of excitation vectors to a circuit model.
-
TTL (Transistor-Transistor logic).
-
First successful IC logic family.
-
Composed largest fraction of digital IC market until 80's.
-
Power consumption
per gate set upper limit on integration density.
-
I
2
L (Integrated Injection Logic):
-
An attempt to provide a high integration density, low power bipolar family of logic.
-
MOS (Metal-Oxide-Silicon): Actually, we use polysilicon for gates now.
-
Gate stability problems solved in 60's.
-
CMOS was first !
-
Complexity of manufacturing process delayed use until 80's.
-
PMOS-only used through early 70's.
-
In 1974, the 8080 microprocessor was implemented using faster NMOS-only.
-
Late 70's, NMOS-only started suffering from same problem as high density bipolar technology --
power consumption
.
-
Since early 80's, CMOS remains the technology of choice.
-
However,
power consumption
is now becoming a problem.
-
And there is no new technology around the corner to alleviate the problem.
-
When performance is the main issue, other technologies are used:
-
BiCMOS: High speed memory and gate arrays.
-
ECL (Emitter-coupled logic): Even higher performance.
-
Galium-Arsenide
-
Silicon-Germanium
-
Superconducting Technologies
-
Moore's Law: Integration density doubles every 18 months.
-
We'll see more on this later.
-
For example, Microprocessors:
-
The million transistor/chip barrier crossed in `88 with the 486.
-
Impact of this revolution on design:
-
Hand crafting not possible anymore (as was done for the 4004).
-
Hierarchy
is used in the design of the Pentium.
-
The processor is a collection of modules each composed of cells.
-
Re-use of cells reduces design effort and increases the chance of a first-time right implementation.
-
The use of hierarchy is a key ingredient to the success of the digital circuit.
-
Reason why large analog designs never caught on.
-
Abstraction
is also possible in digital designs.
-
And difficult to apply effectively to analog designs.
-
Critical element in dealing with complexity.
-
A multiplier, for example, can be designed and treated like a black box.
-
The performance of the multiplier is only marginally influenced by the way it is used in a larger system.
-
This divide and conquer (
hierarchical
) approach allows the designer to deal with a much smaller number of well characterized modules (or
abstractions
).
-
Abstraction levels:
-
Physical level
: Rectangles, design rules.
-
Circuit level
: Transistors, R and C, analog voltage/current values.
-
Switch level: Transistors, R and C, multi-valued logic.
-
Logic level
: Boolean logic gates, binary valued logic.
-
Register Transfer Level
: Adders, datapaths, binary valued words.
-
Functional level
: Processors, programs and data structures.
-
Entire CAD design frameworks are based on this design philosophy.
-
These have made it possible to achieve current design complexity.
-
Design tools include:
-
Simulation at various complexity levels.
-
Design verification.
-
Layout generation.
-
Design synthesis.
-
Standard cells are a popular design style that makes layout generation easy.
-
Layouts of basic gates such as AND, OR, NAND, NOR, and NOT as well as arithmetic and memory modules are provided as input.
-
These cells are designed with similar characteristics, such as constant height, and can be manipulated easily to generate a layout.
-
If design automation solves all the problems, why be concerned with digital circuit design?
-
Reality is more complex and a knowledge of digital circuit design will be important for some time to come.
-
Someone has to design and implement the module libraries.
-
Porting from technology generation to technology generation (different feature sizes) is NOT automatic.
-
This occurs approximately every two years !
-
Creating an adequate
model
of a cell/module requires an in-depth understanding of its internal operation.
-
A significant part of digital circuit design focuses on analysis of internal circuit operation.
-
The library-based approach does NOT work for all situations, i.e. high performance designs like microprocessors.
-
For Application Specific Integrated Circuits (
ASICs
), library-based approach works well since the design constraints (speed, power, cost and area) are reduced.
-
For microprocessor design, which push technology to its limits, this approach becomes less attractive.
-
The abstraction-based approach is only correct to a certain degree.
-
Performance of a module, i.e. an adder, is substantially influenced by the way it is connected in its environment (
interconnect parasitics
).
-
Scaling tends to emphasize other deficiencies of the abstraction-based approach.
-
Global entities, such as clock signals and supply lines, are significantly affected by scaling.
-
Clock distribution, circuit synchronization and supply-voltage distribution are becoming more and more critical.
-
New design issues emerge over time.
-
Power dissipation issue periodically re-emerges.
-
Recently, the ratio between device and interconnect parasitics (and consequently the appropriate delay model) is changing.
-
Trouble shooting an erroneous design requires circuit expertise.
-
A process applied to hardware devices whose goal is to determine if the device is free of fabrication defects that would otherwise cause the device to violate its
functional
or
parametric
specifications.
-
Determines if the device is functional (meets the truth table specification).
-
It is applied to every device and therefore needs to be simple and fast.
-
For logic test, we are done as soon as we observe the first error.
-
However, we may be interested in locating the fault as well, for chip or process debug.
-
The objective of
diagnosis
is to determine the location of the fault.
-
Based on the analysis of a
continuous
circuit parameter, in contrast to functional test which analyzes
logic signals
.
-
My own research focuses on a parametric testing method called
Transient Signal Analysis
(TSA).
-
Check a number of
continuous
circuit variables such as noise margins, propagation delay, maximum clock frequencies, steady-state current, transient signal behavior.
-
These parameters are usually checked under a number of different temperatures and supply voltages.
-
Note that the stimulus is digital, but the analysis of the output is performed on an
analog
value or waveform.
-
When Device Under Test (DUT) is digital logic device, the stimuli are called
test patterns
or
test vectors
.
-
A device test consists of applying the test patterns one at a time (by a tester) to the Primary Inputs of the DUT.
-
The test patterns are defined in a
test program
that describes the waveforms to be applied, the voltage levels and the clock frequency.
-
A new part is automatically fed to the tester and a probe card or DUT board is used to connect the inputs and outputs of the tester to the pins of the die or package.