Unit 6 - Design Implementation
Unit 6 - Design Implementation
EEEG 320
Digital Circuit and System Design Unit 6: Design
Implementation
Course Instructor: Associate Prof. Dr. Ram Kaji Budhathoki EEEG 320 Digital Circuit and System Design 1
Overview
⮚Custom ICs
⮚ASCIs
⮚Programmable devices
EEEG 320 Digital Circuit and System Design 2
Introduction
Integrated ICs
ICs
• VLSI (very large…) >10,000
• Modern microprocessors
– 8086 = 29,000
– i386DX = 275,000
– i486DX = 1,200,000
– Pentium = 3,100,000
– Pentium Pro = 5,500,000
– Pentium II = 7,500,000
– Pentium M = 77,000,000 (half are for the L2 cache)
• Application-Specific Instruction Set Processor (ASIP), e.g. video processor or digital
signal processor
• Application-Specific IC (ASIC)
– Generally cost-effective only when produced in high volume (hundreds of thousands of
part) – Also used when very high performance is needed
• Field-Programmable Logic Device (FPLD)
- Very common, 80,000 new design starts in 2003 (vs. 4,000 for ASICs)
Technology Timeline
EEEG 320 Digital Circuit and System Design 8
ASICs- What are they?
• An ASIC is:
• An Application Specific Integrated Circuit
• An ASIC is an IC that is designed to perform a particular, specialized function
• It is not software programmable, unless its a microcontroller
• It is not a memory chip, but may contain memory
• Generally an ASIC design will be undertaken for a product that will have a large production run, and the ASIC
may contain a very large part of the electronics needed on a single integrated circuit.
• Examples for ASICs ICs are:
• MPEG decoder
• Audio processor for Dolby noise reduction
• Image processor for MRI
• A chip for a toy bear that talks
• How are ASICs used?
• Many popular electronic devices
• High volume, cost sensitive
• High reliability, high performance (mA/MHz)
• Two ICs that might or might not be considered as ASICs are, a controller chip for a PC and a chip
for a modem. Both of these examples are specific to an application (shades od a standard part).
ASICs such as these are sometimes called Application-Specific Standard Products(ASSPs).
EEEG 320 Digital Circuit and System Design 9
ASICs-Type of ASICs
So, as shown in the slide the
ASICs are broadly classified into
three types.
I. Full-Custom ASICs
II. Semi-custom ASICs
III. Programmable ASICs
EEEG 320 Digital Circuit and System Design 10
Full-Custom ASICs
• A Full custom ASIC is one which includes some (possibly all) logic cells
that are customized and all mask layers that are customized. • A
microprocessor is an example of a full-custom IC. Designers spend many
hours squeezing the most out of every last square micron of microprocessor
chip space by hand.
• Customizing all of the IC features in this way allows designers to include
analog circuits, optimized memory cells, or mechanical structures on an IC,
for example. Full-custom ICs are the most expensive to manufacture and to
design.
• The manufacturing lead time (the time required just to make an IC not
including design time) is typically eight weeks for a full-custom IC. •
These specialized full-custom ICs are often intended for a specific
application so, we might call some of them as full-custom ASICs.
Contd…
• In a full-custom ASIC an engineer designs some or all of the logic cells,
circuits, or layout specifically for one ASIC. This means the designer avoids
using pretested and pre characterized cells for all or part of that design.
• This might be because existing cell libraries are not fast enough, or the logic
cells are not small enough or consume too much power.
• One has to use full-custom design if the ASIC technology is new or so
specialized that there are no existing cell libraries or because the ASIC is so
specialized that some circuits must be custom designed.
• Fewer and fewer full-custom ICs are being designed because of the
problems with these special parts of the ASIC.
• The growing member of this family, now a days is the mixed analog/digital
ASIC,
EEEG 320 Digital Circuit and System Design 12
Contd…
• A cell-based ASIC (CBIC) die with a single standard-cell
area (a flexible block) together with four fixed blocks.
• The ASIC designer defines only the placement of the
standard cells and the interconnect in a CBIC. However, the
standard cells can be placed anywhere on the silicon; this
means that all the mask layers of a CBIC are customized and
are unique to a particular customer.
• The advantage of CBICs is that designers save time, money,
and reduce risk by using a predesigned, pretested, and pre
characterized standard-cell library.
• In addition each standard cell can be optimized individually.
During the design of the cell library each and every transistor
in every standard cell can be chosen to maximize speed or
minimize area .
• The disadvantages are the time or expense of designing or
buying the standard-cell library and the time needed to
fabricate all layers of the ASIC for each new design.
Contd…
• The basic difference between a channel less gate array and channeled gate array is that there
are no predefined areas set aside for routing between cells on a channel less gate array.
Instead we route over the top of the gate-array devices.
• It is done like this because we customize the contact layer that defines the connections
between metal1, the first layer of metal, and the transistors.
• When we use an area of transistors for routing in a channel less array, we do not make any
contacts to the devices lying underneath; we simply leave the transistors unused. • The logic
density ,the amount of logic that can be implemented in a given silicon area is higher for
channel less gate arrays than for channeled gate arrays. This is usually attributed to the
difference in structure between the two types of array. In fact, the difference occurs because
the contact mask is customized in a channel less gate array, but is not usually customized in a
channeled gate array. This leads to denser cells in the channel less architectures. Customizing
the contact layer in a channel less gate array allows us to increase the density of gate-array
cells because we can route over the top of unused contact sites.
Contd…
• The simplest type of programmable IC is a read-only memory( ROM ). The
most common types of ROM use a metal fuse that can be blown permanently
(a programmable ROM or PROM ).
• An electrically programmable ROM , or EPROM , uses programmable
MOS transistors whose characteristics are altered by applying a high voltage.
• One can erase an EPROM either by using another high voltage (an
electrically erasable PROM , or EEPROM ) or by exposing the device to
ultraviolet light (UV-erasable PROM, or UVPROM).
• There is another type of ROM that can be placed on any ASIC a mask
• FPGAs are the newest member of the ASIC family and are rapidly
growing in , replacing TTL in microelectronic systems. Even though
an FPGA is a type of gate array, we do not consider the term gate
array based ASICs to include FPGAs.
• There is very little difference between an FPGA and a PLD .An FPGA
is usually just larger and more complex than a PLD. In fact, some
vendors that manufacture programmable ASICs call their products as
FPGAs and some call them as complex PLDs.
Characteristics of an FPGA
Contd…
• The architecture consists of configurable logic
blocks, configurable I/O blocks, and
programmable interconnect.
• Also, there will be clock circuitry for driving
the clock signals to each logic block, and
additional logic resources such as ALUs,
memory, and decoders may be available.
• The two basic types of programmable
elements for an FPGA are Static RAM and
anti-fuses.
Design Flow
The sequence of steps to design an ASIC is
known as the Design flow . The various steps
involved in ASIC design flow are given below.
1. Design entry
2. Logic Synthesis
3. System partitioning
4. Pre-layout simulation
5. Floor planning
6. Placement
7. Routing
8. Extraction
9. Post layout simulation
Contd…
• Design entry
• Design entry is a stage where the micro architecture is implemented in a Hardware
Description language like VHDL, Verilog , System Verilog etc. In early days , a
schematic editor was used for design entry where designers instantiated gates.
Increased complexity in the current designs require the use of HDLs to gain
productivity . Another advantage is that HDLs are independent.
• Logic synthesis
• Use an HDL (VHDL or Verilog) and a logic synthesis tool to produce a net list a
description of the logic cells and their connections.
• System partitioning
• Divide a large system into ASIC-sized pieces.
• Pre-layout simulation
• Check to see if the design functions correctly.
Contd…
• Floor planning
• Arrange the blocks of the netlist on the chip.
• Placement
• Decide the locations of cells in a block.
• Routing
• Make the connections between cells and blocks.
• Extraction
• Determine the resistance and capacitance of the interconnect.
• Post layout simulation
• It is used to check to see whether the design still works with the added loads of the interconnect or not ❖In
the flow diagram the steps from 1 to 4 are part of logical design ,and steps from 5 to 9 are
part of physical design.
❖When we are performing system partitioning we have to consider both logical and physical
factors.
THANK YOU