Mod 1
Mod 1
MODULE-1
SYLLABUS
Information services
High processing power
Bandwidth
Making more personalized
More intelligent
Portability
Complex functions to be integrated in a small package
INTRODUCTION
Advantages of Integration
Less area/Volume makes compact
Less power consumption
Less testing requirements at system level
Higher reliability due to improved on chip interconnects
Higher speed due to reduced interconnection length
Significant cost savings
INTRODUCTION
EVOLUTION
Speed and capability of computers increase every
MOORE’S LAW couple of years and we pay less.
APPLICATION SPECIFIC INTEGRATED CIRCUITS
For specific use
For large production run
Large part of electronics needed on a single IC
Eg:chip for a toy bear,chip for a satellite
ASSP-Application Specific StandardProducts in which controller
chip for a PC and chip for a MODEM.Though appln specific they
are sold to many vendors.
ASIC DESIGN
TYPES OF ASIC
ICs are made on a thin, circular silicon wafer with each wafer
holding hundreds of die.
Transistors and wiring are made from many layers built on top of
one another.
Each successive mask layer defined using a mask similar to glass
photographic slide
1st Half dozen defines transistors and last half dozen define
interconnect
TERMS USED
Some/all Logic cells that are customized and all mask layers that are
customized.
Eg: microprocessor
Customizing all of the IC features in this way allows designers to include analog
circuits, optimized memory cells, or mechanical structures on an IC.
Full-custom ICs are the most expensive to manufacture and to design.
Manufacturing lead time (the time required just to make an IC not including
design time) is typically eight weeks.
Engineer designs some or all of the logic cells, circuits, or layout specifically for
one ASIC thus designer avoids using pretested and pre characterized cells for all
or part of that design.
Used when no suitable existing cell libraries are available that can be used for
the entire design.
Or existing cell libraries are not fast enough, or the logic cells are not small
enough or consume too much power.
growing member of this family, is the Mixed Analog/digital ASIC
SEMICUSTOM ASIC
Cell Based IC (CBIC)uses predesigned logic cells known as Standard cells
The Standard-cell areas (also called flexible blocks) in a CBIC are built of rows of standard
cells
used in combination with microcontrollers or even microprocessors, known as Mega cells
Also called Mega functions, full-custom blocks, system-level macros (SLMs), fixed blocks,
cores, or Functional Standard Blocks (FSBs).
ASIC designer defines only the placement of the standard cells and the interconnect in a
CBIC
Standard cells can be placed anywhere on the silicon; this means that all the mask layers
of a CBIC are customized
FEATURES
EVOLUTION OF MICROELECTRONICS:
THE SOC PARADIGM
PROGRAMMABLE ASIC
PROGRAMMING TECHNOLOGIES
PROGRAMMABLE LOGIC DEVICES
FEATURES CONTD…..
1-4 logical design,5-9 physical design(overlap also)
DIFFERENCE BETWEEN ASIC AND FPGA
FPGA DESIGN FLOW(ASSIGNMENT)
This is a Top Down Design
methodology where parts
with known behaviour are
decomposed into smaller
blocks with simpler
behaviour and an
interconnection
structure.This continues until
a sufficiently low level of
abstraction is reached.If it is
specified in a Bottom Up
fashion:transistors grouped
to form cells,cells to
modules,etc