Asicbasics
Asicbasics
BasIcs
An Introduction to Developing
Application Specific Integrated Circuits
AsIc
BasIcs
An Introduction to Developing
Application Specific Integrated Circuits
About the cover: An array of IC die on a silicon wafer is in the foreground. In the
background, a machine is attaching bonding wires from an IC die to package pins.
Picture Credits:
Silicon wafer on cover and page 8, <http://josef.org/pictures/Miscellaneous/silicon_wafer.jpg>, accessed on 19Feb05
ASIC die microphotograph, on page 8, <http://www.semicon.toshiba.co.jp/eng/prd/asic/doc/pdf/bce0032a.pdf>, accessed
on 19Feb05
14-pin DIP, on page 8 & page 43, <http://www.acad.humberc.on.ca/~ceng103/package.gif>, accessed on 19Feb05
44-pin PLCC, on page 8, <http://www.cpu-world.com/CPUs/8085/MANUF-OKI.html>, accessed on 24Feb05
100-pin QFP, on page 8, <http://www.topline.tv/qfp.html>, accessed on 24Feb05
144-pin BGA, on page 8, <http://www.tessera.com/technologies/applications/wireless/dsp_asic.htm>, accessed on
24Feb05
Line drawing of hen, page 13 & page 15, <http://www.coloring.ws/birds9.htm>, accessed on 19Feb05
Cadence SimVision and Encounter screenshots, page 27 & page 30,
<http://www.demosondemand.com/clients/cadence/014/dod_page/previews.asp#2>,
Reel of tape, page 29, <http://www.dataconversionresource.com/
9-track_magnetic_reel_tape_1600%20BPI_6250%20BPI.htm>, accessed on 24Feb05
Wire bonding machine, cover & page 33, <http://www.netmotion.com/htm_files/ot_ruby.htm ruby_main.jpg>, accessed
on 19Feb05
Testing a prototype, page 34, <http://www.pft.com.hk/PFT/testing.aspx>, accessed on 19Feb05
All drawings were prepared by the author except as credited above.
Developing an ASIC 23
Designing the logic 24
Synthesizing the gates 26
Laying out the chip 29
Signing off the design 32
Fabricating the prototypes 33
Verifying the prototypes 34
Iterating the design 35
Moving On 37
Troubleshooting 39
Glossary 43
Index 49
1
Introduction
D id you ever wonder what magic engineers use to make cell
phones, music players, and a plethora of other products smaller
and less expensive every year, even while adding amazing new
features and capabilities? They use the magic of integrated circuits
(ICs), those tiny silicon chips that contain thousands of electronic
circuits. Every year, engineers pack more circuits into ICs by inventing
new ways to advance the optical imaging and etching technologies they
use create microscopic devices on the surfaces of silicon chips. Engineers at
Intel packed their latest Pentium chip with over one hundred million
transistors!
Companies like Intel dedicate teams of over a hundred engineers to develop
complex ICs like Pentium processors. Only a handful of giant corporations
around the world can afford to invest so heavily to develop ICs. These
companies see their investments pay off handsomely because they sell millions
3
4 | ASIC Basics
Getting Started
You already have an idea of what ASICs are, but before you start
developing your first ASIC, you should know the answers to these
questions, which are discussed in this section:
How are ASICs made? Explains how ASICs and other ICs are
manufactured so you can answer the next question.
Are ASICs right for my project? Describes several classes of ICs and
explains how you choose the best class to meet your needs.
What does an ASIC engineer do? Describes the engineer’s
responsibilities to design logic expressed in high-level description languages
or HDLs, and how they turn their HDL code into silicon chips.
How do I choose an ASIC vendor? Explains the criteria you use to select a
vendor to provide your ASICs.
What tools and equipment do I need? Describes the CAD (computer aided
design software) tools you use to develop ASICs.
5
6 | ASIC Basics
Toppings Aluminum
Polysilicon
Sauce
Silicon Dioxide
Crust Polysilicon
Silicon wafer
Mask
Photoresist hardens
where light hits
Once the desired patterns have been etched into the material, the layer is
complete. The etching process is repeated with a new material and a new mask
to make the next layer. Advanced IC manufacturing processes use over twenty
masks to make a chip. That’s a lot of toppings on your pizza!
The last step in making a pizza is to slice it and put it in a box. The IC wafer
must be sliced up, too, into individual die, or little rectangular chips. (Die is
both singular and plural.) Each die is one IC, so a wafer yields more ICs if the
die is small. ICs with smaller die sizes cost less than those with larger die sizes
because processing a wafer costs the same amount regardless of how many die
are on it.
The die are tested while the wafer is still intact. A robotic machine performs
the tests rapidly and leaves a drop of red ink on any die that fails the test. The
wafer is diced with a diamond-tipped circular saw or a hydraulic knife, which
is a thin, high pressure stream of water. The die with red ink dots are discarded
and the rest are put into appropriate chip packages, producing the familiar
little black plastic or ceramic “bugs” you see on electronic circuit boards.
Examples of IC packages are pictured below:
The objective of developing full custom ICs is to achieve a low part cost. The
engineering team uses creativity and as much time as they need to pack the die
as tightly as possible. Engineers design twenty or more masks, so the job takes
a long time and incurs a large NRE. The result is a small die size, so the cost
of manufacturing each part is low. Small full custom chips may cost twenty-five
cents or less, while large chips like Pentium processors cost tens or hundreds
of dollars.
10 | ASIC Basics
ASICs
ASICs are like pizzas where the bases are pre-made and all you pick are the
toppings. With ASICs, engineers customize only the last few mask layers.
These layers interconnect elements ASIC manufacturers predefine in
standard base wafers.
FPGAs
FPGAs are like pizzas you take home and bake yourself. With FPGAs,
engineers do not customize anything on the chips physically. They simply use
software to program the FPGAs to interconnect their elements as desired.
Bake in Oven
Selecting an IC class
The first table on the next page indicates how you can select the best class of
IC for your project. The second table summarizes the characteristics of the
classes that affect your selection. The main factor in choosing a class of IC is
the quantity of parts you will need in mass production, because selling a larger
volume of parts drives the need for a lower unit cost and provides profits to
pay back a large NRE. High volume ICs need a low unit price but can tolerate
a high NRE, so full custom ICs are the best fit. Low volume ICs can tolerate a
12 | ASIC Basics
high unit cost but need a low NRE, so FPGAs are the best choice. ASICs
provide a balance of reasonable unit cost and moderate NRE, so they fit in the
middle ground where production volumes are moderate.
Another important factor in choosing a class of IC is the time it takes to
develop the chip. As shown in the second table, development time may be a
few months for FPGAs, a year or so for ASICs, and several years for full
custom ICs. Some programs take advantage of the best features of all three
classes of ICs by prototyping with FPGAs, beginning low volume production
with ASICs, and converting the design to full custom if the product is
successful in the market and the volumes ramp up to millions.
Notes:
(1) Non-recurring engineering expense, the fixed cost of developing a chip.
(2) For equivalent functionality.
(3) IC cost per unit is shown for several levels of mass production, 10,000,000 per year, 100,000 per year, and 1,000 per year.
(4) IC manufacturers do not produce this type of IC at this low of a volume.
Getting Started | 13
Designing logic
The part of the job engineers enjoy the most is the area you probably studied
in college, designing logic. In case you did not study it in college, this section
introduces the basic concepts of designing logic.
Designing logic is the process of interconnecting logic elements so they
function in a specified manner. Logic functions range in complexity from very
simple, like deciding if either of two signals is true, to very complex, like
executing Windows software. However, even the most complex logic function
is built up from very simple ones, so you need to understand what simple logic
functions are.
An example of a simple logic function is this egg sorting machine:
Output1
Input Large eggs
Unsorted eggs Egg Sorting
Output2
Machine Medium eggs
Output3
Small eggs
The egg sorting machine accepts eggs of various sizes into its input, shown at
the machine’s upper left corner. (Italics indicate technical terms used by
engineers who design logic.) The machine sorts the eggs and routes them to
three separate outputs, shown on the right, one for large eggs, one for medium
eggs, and one for small eggs.
You begin designing logic by drawing block diagrams, like the picture of the egg
sorting machine. A high-level block diagram like this one uses a single block to
represent the entire machine, and shows all its inputs and outputs. Engineers
often call this block a black box (even though it is blue in this drawing), because
you cannot look inside to see how it works. The block diagram is accompanied
by a specification document that explains the functions, inputs, and outputs
of the machine. The preceding paragraph is a specification of the egg sorting
machine.
Once you understand the machine at a high level through your block diagram,
your next step is partitioning. Partitioning means breaking down the functions
inside the machine into smaller logic blocks, which you document in a more
detailed, lower level block diagram and specification. (The egg sorting
machine is so simple, it does not need to be partitioned.)
Partitioning also includes deciding whether to implement the entire machine
in a single IC, or to put some blocks in separate chips or circuit boards instead.
Engineers make decisions about partitioning by considering a number of
factors including:
Cost. How much the solution costs to manufacture in mass production.
Size. How big the chips (or boards, or boxes) are.
Power. How much power the solution consumes — how long it runs before
the battery needs recharging.
Pin counts. How many pins the chips need to carry all the input and output
signals; or how many pins are on the connectors of boards and boxes.
Capabilities of IC manufacturers. How many gates and how many pins IC
manufactures can put on an chip.
For example, perhaps you can build your machine in a single chip, but if you
split it into two smaller chips, the cost is lower. Based on cost, then, parti-
tioning in two chips is the better solution. But your product may be a small
cell phone that only has room for one chip; in that case, size is the most
important factor and partitioning into a single chip is the best solution, even
though the cost is higher.
Getting Started | 15
Output1
Input Large eggs
Unsorted eggs
The egg sorting machine’s hardware consists of boards with holes in them.
The boards perform the following operations:
The top board. Eggs roll past the large hole if they are larger than the large
hole in the board. Thus eggs larger than the large hole roll to Output1, while
eggs that are smaller than the large hole drop to the middle board.
The middle board. Eggs roll past the small hole if they are larger than the
small hole in the board. Eggs larger than the small hole roll to Output2, and
since no large eggs reach the middle board, only medium eggs make it to
Output2. Meanwhile, eggs that are smaller than the small hole drop to the
bottom board.
The bottom board. Eggs roll to Output3; since no large or medium eggs
reach the bottom board, only small eggs make it to Output3.
A distinctive feature of the logic in the egg sorting machine is that each board’s
operation is a simple yes or no decision — is the egg larger than the hole, or
isn’t it? This is characteristic of binary logic, logic that uses only two states. The
states of binary logic may be called True and False (as logic states), 1 and 0 (as
mathematical quantities), or High and Low (as electrical voltage levels). Binary
logic is the basis of all conventional logic design; it is the language that
computers speak. They are called digital computers because they compute
using the digits 1 and 0.
16 | ASIC Basics
Another feature of the egg sorting machine is that it has two classes of behavior
the engineer must analyze. Functional behavior is how the outputs change in
response to changes in the inputs, irrespective of the time it takes to happen.
The timing behavior is the amount of time it takes for an egg to get from the
input to an output. This period is called the propagation delay through the
system. If the egg sorting machine were driven by a clock, another important
timing characteristic would be how fast the clock can run, like a Pentium
processor that can operate with a 3 gigahertz clock but not faster. Engineers
normally analyze functional and timing behavior separately, first getting the
functional behavior to operate correctly, then working on timing issues.
As an engineer, your job is to design logic to implement particular functions
like egg sorting, firing your engine’s spark plugs at just the right time, or letting
you play solitaire on your computer. Of course, you do not design ASICs using
wooden boards with holes in them; you use logic gates which are made from
transistors in ICs. Gates are very simple logic functions such as:
You may think the egg sorting machine is a trivial example, but sorting and
routing are fundamental operations in computing. Cisco Systems built a huge
company sorting and routing data packets on the Internet!
Getting Started | 17
The elements in this HDL code are described in the following table:
The three statements in the sample HDL code read like plain English, or plain
algebra. You can easily see they describe the operations performed by the
boards and holes in the egg sorting machine.
18 | ASIC Basics
Simulation
You simulate your design by using a CAD tool called a simulator to examine
the design’s functional and timing behavior. You define input stimulus for
your design as a set of functional test vectors; the simulator shows you how your
design responds. Every time you change the design, you simulate again to
verify the design still behaves correctly, or that improper behavior was
corrected if that was the reason for the change.
The simulator can work with a behavioral model, which is an abstract represen-
tation of the design, or a gate-level netlist, which contains actual gates and
timing information from the ASIC vendor’s library of predefined logic
elements. A gate-level netlist is produced by synthesis.
Synthesis
You use a CAD tool called a design compiler or synthesizer to create a version of
the design in gates that are available on the ASIC base wafer. The design
compiler accepts your HDL code and a library that describes the gates and
macros (predefined functions made from gates) available in a your ASIC
vendor’s product. It produces a gate-level netlist which is a text file that lists
the gates used to implement the design and the nets, or wires, that inter-
connect the gates. The design compiler reports the gate count, the number of
gates used in the netlist. Minimizing gate count is important because a design
with fewer gates can fit into a smaller ASIC. Also, a design with fewer gates is
easier to lay out in an ASIC of a given size because it does not need to be
packed as tightly as a design with more gates.
Layout
Your ASIC vendor uses CAD tools to turn the gate-level netlist into actual
geometries for the chip masks that define the transistors on the IC. This
process produces a more accurate timing model than the gate-level netlist
previously contained, so you use the simulator once again to verify that the
design’s function and timing are correct before fabricating the chip.
Getting Started | 19
Once layout is complete, your vendor can tool (physically create) the masks
and fabricate the chips for you. When you receive the prototype chips, your
HDL has been turned into silicon.
The following chart shows how the design is refined to different levels of
abstraction as it moves from concept (top of chart) to implementation (bottom
of chart):
Specification The Geneva cell phone is Engineers Text description in plain English
only 2 millimeters thick...
Block diagram Blk1 Blk2 Engineers Partitioning the design into blocks that
implement the specification
C
Price What does the vendor charge for the ASIC in mass
production?
CAD tools Can the vendor work with my company’s CAD tools? Or,
does the vendor have a design center where I can use their
CAD tools?
Development time How quickly can the vendor do their part of the project?
Business relationship Are my company and the vendor willing to work together?
You begin your vendor screening process by looking at gate count and
packaging. Vendors have various product families that may offer ASICs in
sizes like 20,000, 50,000, 100,000, and 500,000 gates, and packages like 44-
pin PLCC, 100-pin QFP, and 144-pin BGA (see pictures on page 8).
Determine which vendors offer products with gate counts and packages that
meet your needs; then look at the rest of the factors listed in the table. Try to
identify several vendors who meet your requirements in all areas. The final
decision usually comes down to picking the vendor who bids the lowest price
for the ASIC in mass production.
You cannot choose your ASIC vendor on your own. Other people in your
company need to be involved because a large amount of money is at stake, and
because your company’s business depends upon your vendor delivering
product on time and at a good price. The final vendor decision is typically
made by an executive in the materials (purchasing) department, taking into
account your technical input.
Getting Started | 21
You should select your ASIC vendor early in your development cycle if you
can. Your vendor provides a library of logic elements that the design compiler
tries to use efficiently as it synthesizes the gate-level netlist. However, you can
help the design compiler do a better job if you are familiar with the library
when you create your design. Therefore, select your ASIC vendor before you
start designing if you can. If you do not know your ASIC vendor while you are
designing the logic, you may need to go back and modify the design to achieve
a lower gate count while you are synthesizing the gates.
Developing an ASIC
B y now you understand what ASICs are and generally how they
are developed. In this section you learn the specific process flow
and procedures for developing an ASIC.
You develop an ASIC by following this process flow:
Start
23
24 | ASIC Basics
You, as the engineer, perform the procedures of designing the logic, synthe-
sizing the gates, and verifying that the prototype chips meets their require-
ments.
Your ASIC vendor does the actual job of laying out the physical geometries of
the chip masks. You participate by verifying that their results correctly
implement your design. Your ASIC vendor fabricates the prototype chips.
If the prototype chips fail verification, you need iterate the design, that is, you
need to fix the design by repeating all the procedures. Iterating an ASIC is
expensive and time-consuming, so make every effort to keep the number of
iterations to a minimum. Most ASIC projects can be completed with only two
or three revisions of the chip, including Rev. A, the first version.
Each of the procedures you must perform is broken down into a set of specific
steps below.
12 parameter clk_cnt = 2;
13 function [7:0] increment;
14 input [7:0] a; reg [3:0] i; reg carry;
15 begin
16 increment = a; carry = 1’b1;
17 for (i = 4’b0; ((carry == 4’b1) && (i <=7)); i = i + 4’b1)
18 begin
19 inc[i] = a[i] ^ carry;
20 carry = a[i] & carry;
21 end
22 end
23 endfunction
6 Examine the simulation results carefully to see if the design behaved in the
manner you expect.
Any unexpected behavior indicates problems that must be fixed.
When you finish the design procedure, the design exists in an abstract logical
form. It is complete and proven correct through behavioral simulation. The
design is ready to be synthesized into specific elements available in your ASIC
vendor’s library.
Simulating a design
Cadence SimVision simulation CAD tool
NOTE You must select your ASIC vendor before performing the synthesis procedure. Your
vendor supplies the logic element library you need for this procedure.
2 Synthesize the gate-level netlist from the design’s HDL description using
the design compiler.
A gate-level netlist is produced and the design compiler reports the gate count.
3 Repeat from step 1 until you are satisfied with the gate count in step 2.
NOTE Iterating synthesis several times while changing the design in ways that may help reduce
the gate count is usually a good idea.
28 | ASIC Basics
5 Examine the simulation results carefully to see if the design behaved in the
manner you expect.
Any unexpected behavior indicates problems that must be fixed.
When you finish the synthesis procedure, the design exists in a form that
accurately models the characteristics of your ASIC vendor’s library elements.
However, it does not accurately reflect the timing of the final chip because the
CAD software had to estimate the lengths of the interconnect that will actually
hook up the gates on the chip when it is laid out. (See sidebar, Interconnect and
timing, on the next page.) To model the timing accurately, the physical geome-
tries of the chip must be known. Hence, the next step is laying out the chip.
Developing an ASIC | 29
compiler to back annotate these values into your gate-level netlist, that is, to add
that information into your design. Then you simulate the function and timing
again to verify the design still behaves correctly.
NOTE Your ASIC vendor must lay out the chip before you can start this procedure. You need
to give them a purchase order for 25 percent of the total NRE charges before they start.
(See sidebar, NRE payment schedule, on page 33.)
1 If you are aware of any problems in the design, have your vendor fix them.
The first time you execute this step, you should not be aware of any problems.
You return to this step if you find functional problems in step 4 or timing
problems in step 7. You must determine how to fix the problems; your vendor
implements the fixes you specify.
NOTE During the layout procedure, your vendor can fix problems by optimizing certain parts
of the layout, using larger transistors to speed up signals, or inserting gates to slow down
signals. If you encounter problems which cannot be fixed with these techniques, you
must abort the layout procedure and go back to the beginning of the synthesis procedure.
Developing an ASIC | 31
4 Examine the simulation results carefully to see if the design behaved in the
manner you expect.
Any unexpected behavior indicates problems that must be fixed.
NOTE Your ASIC vendor may generate the post-layout netlist (step 2), simulate the design
(steps 3 & 4), and verify the timing (step 6 & 7) for you, and simply inform you of any
failures they find. This saves time because of the logistics involved in moving the design
data back and forth between you and your vendor.
When you finish the layout procedure, the design exists in its final form as it
is intended to be built on the actual chip, and it has been verified to work
correctly in both its functional and timing characteristics. You are ready to sign
off the design and send it to fab. Have a tapeout party! (See sidebar, Tapeout,
on the next page.)
32 | ASIC Basics
Sign-off Documentation
Document Originates from Description
Final netlist Design compiler Defines the final configuration of the gates
Timing checks Timing verification in Used to establish timing goals for testing the chip
layout procedure
Package marking Engineer Artwork for the company logo, part number, and
specification other text you want printed on the IC package
Authorization ASIC vendor Various forms your vendor asks you to fill out
forms
Purchase order Your company Pay 25 percent of the NRE charges (see sidebar,
NRE payment schedule, on page 33)
Tapeout
When IC designers release a chip for internet. The chip data would be stored on
fabrication, they say they are taping out the a big reel of magnetic tape, and the tape
chip, or they have reached tapeout. This would be sent to the fab. The tape literally
term comes from the time before the went out the door!
Vendor’s
library Synthesizing Laying out Fabricating Prototypes
Design the gates the chip prototypes delivered
complete
Pay 25% Pay 25% Pay 50%
of NRE of NRE of NRE
34 | ASIC Basics
Moving On
T he Appetizer section (Getting Started) reviewed what ASICs are,
how they are manufactured, and what the engineer’s role is in
developing them. The Entrée section (Developing an ASIC)
explained the process flow and procedures an engineer follows to
develop an ASIC. However, you need to know much more before you
actually start developing your first ASIC. So, for dessert, here are some
suggestions of how you can learn more about developing ASICs.
37
38 | ASIC Basics
ASIC vendors
Visit the Web sites of vendors like VLSI Technology and Toshiba to learn
about their ASIC products and training classes. Study the data books of their
ASIC products; these books are essential tools you need to be intimately
familiar with when you develop those ASICs. Invite some ASIC vendors to
visit you to explain their product offerings and drop off their data books.
FPGA vendors
Visit the Web sites of programmable logic vendors like Xilinx and Altera for
information about designing logic for FPGAs; most of it applies to designing
ASICs as well. You may want to experiment with FPGA development tools.
Getting set up for FPGA development is much less expensive than for ASICs.
You may be able to obtain or borrow tools for free. You may even want to
model some of your logic in FPGAs before completing your ASIC design.
Company resources
Think about training opportunities within your company, such as:
Attending design reviews of other ASIC projects.
Borrowing ASIC vendor or CAD tool data books or training manuals from
other engineers.
Studying the HDL code and simulation test benches from other ASIC
projects — or full custom IC or FPGA projects.
Offering to review HDL code or help with simulations on another project,
either on your own initiative or as a temporary work assignment.
The best way for you to become an excellent ASIC engineer is through real
world experience. However, if you are an independent consultant or the lone
ASIC engineer in a small company, you may not have access to these types of
company resources. Do not despair. The CAD tools and the support from the
ASIC and CAD vendors are so good that even inexperienced engineers can be
successful on their very first ASIC designs if they approach their projects with
intelligence, engineering discipline, and great attention to detail.
Cleanup
Troubleshooting
J ust as cooking a three course meal or a pizza leaves a mess to
clean up, you are bound to run into some messes when you
develop ASICs. The table on the following page lists some common
problems you are likely to encounter as you develop ASICs, and
recommends solutions for them.
39
40 | ASIC Basics
Troubleshooting
Problem Description Solution
Failure to meet timing The logic you design may fail to Change the design and rerun
goals operate at the highest clock synthesis and layout until timing
speeds or with the slowest closure is achieved.
propagation delays required by
your product specification. Get help from other engineers.
Meeting your timing goals is
referred to as achieving timing If absolutely necessary, change the
closure. chip specifications to relax the
timing requirements or find a
faster ASIC technology.
Bugs in the CAD tools CAD tools are extremely complex Work with your CAD tool vendors
programs so they inevitably have to fix, patch, or work around the
bugs (problems) which affect your problems.
ability to do your job.
High cost of CAD tools The CAD tools used by a single Spread out the cost burden by
engineer may cost $50,000 to using floating licenses (see
$100,000 or more. A project’s sidebar, Floating licenses, on next
return on investment (ROI) may page) to share the software among
not justify such a large engineers working on multiple
expenditure. workstations and projects.
Confusion over CAD You cannot access the floating Be careful to request the correct
tool licenses licenses for resources you need licenses and to follow the exact
(see sidebar, Floating licenses, on procedures your IT people
the next page). prescribe.
Poor interoperability CAD tools from different vendors Ask in-house experts to write
between CAD tools may not be able to exchange scripts (small programs) to patch
design data because they: or work around the problems; or
• Use different data and file write such scripts yourself.
formats.
Work with your CAD tool vendors
• Interpret parts of standardized to solve these issues.
formats differently.
• Support different feature sets.
For example, a simulator from
Vendor A cannot load the netlist
generated by a design compiler
from Vendor B.
Troubleshooting | 41
Floating licenses
CAD tool software can be shared by With licenses for different software
engineers working on multiple work- and different versions of software floating
stations by using a mechanism called around the network, confusion often
floating licenses. Floating licenses are arises. As a result, engineers may be unable
software licenses that are not tied to a to access critical resources.
particular user or workstation. They take
You can avoid most licensing
advantage of the network connecting the
confusion if you carefully identify which
workstations and servers to “float” around
licenses you need, and you meticulously
to where they are needed at any particular
follow the procedures your IT department
time.
has set up for checking licenses in and out.
Engineers check out floating licenses Also, be a good citizen and release your
from the network when they need to use licenses promptly, so others can use the
licensed resources. They check the licenses resources you no longer need. When you
back in to release the resources when they do have problems with licenses, ask your IT
done using them. people for help.
Glossary
Application specific integrated Bug
circuit (ASIC) A problem in electronic hardware or
An integrated circuit that can be developed computer software; term comes from an
quickly and at a low cost; an ASIC usually actual dead moth that was discovered in a
serves a single, specialized purpose. failed computer in the early days of
computing; also can refer to an IC because
Back annotate the little black packages with leads sticking
out on two sides resemble insects, like this
To modify a design model to include a new DIP package:
set of characteristics; for example, to back
annotate the netlist with information about
interconnect loading extracted from the
chip layout.
BGA CAD
Ball grid array; a type of IC package that Computer aided design; software programs
packs a large number of pins in a small area; used as tools by engineers developing
the pins are actually tiny balls of solder. ASICs, and in other engineering disciplines
as well.
Binary logic
Logic that works on a set of only two values Chip
called True and False, 1 and 0, or High and Informal term for an IC or a die; term
Low; digital computers operate using binary comes from the tiny piece (like a chip of
logic. stone) of silicon that has a large number of
electronic circuits integrated on it.
Black box
An abstract representation of a logic Clock
function which specifies the inputs, A constant, repeating signal, like the tick of
outputs, and logical transformation, but not a timepiece, that drives computer logic at a
the internal structure that implements the fixed speed; for example, a 3.3 gigahertz
transformation. Pentium has a clock that runs at 3.3
gigahertz (a gigahertz is 1,000,000,000 or
Block diagram 109 cycles per second).
A drawing that indicates the inputs,
outputs, and interconnection of black box
logic functions.
43
44 | ASIC Basics
Output Script
A signal that comes out of, or is generated A small program written in a scripting
by, a logic function or gate. language like Perl, often used to pre- or post-
process data moving between CAD tools;
Partitioning scripts have the advantage of being “quick
and dirty” compared to other types of
The process of breaking down a function software.
into smaller sub-blocks and deciding where
to implement each block; for example, a
desktop computer’s electronics are parti- Semiconductor
tioned into a motherboard and several add- A characteristic of silicon crystals
on cards. containing certain impurities; such crystals
conduct electricity only when a particular
Patch electric field is applied, and they can restrict
current to flow in only one direction;
To fix a problem temporarily, in a “quick generally refers to ICs made from such
and dirty” fashion. crystals.
PLCC Silicon
Plastic leadless chip carrier; a type of IC A chemical element that forms crystals
package with pins that do not stick through which can be processed into semiconductor
the circuit board (it is a surface mount devices.
component, i.e., mounted on the surface of
the circuit board).
Simulator
Propagation delay A CAD tool that shows how a logic design
responds to a set of input stimulus or test
The time it takes for the output of a gate or vectors; a behavioral simulator works with a
a series of gates to change after an input model of the design expressed in an HDL; a
changes; for example, a particular AND gate functional simulator works with a model
may have a propagation delay of 5 expressed in gates; a timing simulator models
nanoseconds (five thousandth of a micro- the speeds of signals as well as their
second or 5 x 10-9 seconds) when it is functional behavior.
driving a specified amount of interconnect.
Statistical timing
QFP
Timing estimates used for pre-layout timing
Quad flat pack, a type of IC package which analysis; the estimates are based on statis-
can have over 300 pins. tical analysis of the interconnect in previous
designs; also called empirical timing.
Schematic
An abstract drawing that shows how Synthesizer
electrical components like transistors or See design compiler.
logic gates are interconnected, using
symbols like this:
Tapeout
Releasing design data so prototype ICs can
be fabricated; at one time the data would be
transferred on magnetic tape and the tape
was literally sent out to the fab.
Glossary | 47
Tooling
Creating a tool used to produce a unique
part; like creating the molds for a plastic
part or the masks for a semiconductor IC.
Transistor
A three terminal semiconductor device
which can be used as a switch or an
amplifier.
UNIX
The most popular operating system for
engineering workstations and network
servers; an alternative to Windows,
although Windows is becoming more
powerful and popular in the engineering
community.
Index
A BGA, ball grid array, see integrated circuits,
packages
abstraction, levels of (table) 19
binary logic 15
AND gate 16
black box 14
annotation, back, see back annotation
block diagrams 14
Appetizer (Getting Started section, what
as level of abstraction (in table) 19
ASICs are and how to develop them) 5
black box 14
ASICs
high-level 14
class of ICs 10
bugs
customizing 10
in CAD tools (troubleshooting) 40
defined 6
see also integrated circuits, packages
Developing an ASIC (section),
Building pizzas and ICs in layers
procedures for 23
(illustration) 6
development resources in your
company 38
pronounced “Ay-six” 4
C
schematic (illustration) 10 C software programming language, as an
vendors 38 HDL 17
choosing 20 CAD tools
Toshiba, VLSI Technology 38 confusion over licenses
authorization, see sign-off (troubleshooting) 40
cost of 21
B defined 5
design compiler 21
back annotation
floating licenses, confusion over
defined 30
(troubleshooting) 40
in layout step 31
needed to develop ASICs 21
behavior
poor interoperability between
functional, see functional behavior
(troubleshooting) 40
timing, see timing, behavior
simulator 21
behavioral model
vendors, Cadence, Mentor Graphics,
created by design compiler 18, 25
Synopsys 38
gate-level netlist equivalent to 26
Cadence
objective of design procedure to
CAD tool vendor 38
produce 24
Encounter chip layout CAD tool
used for simulation 18, 25
(screenshot) 30
49
50 | ASIC Basics
W
wafer, see silicon, wafer
What does an ASIC engineer do?
(section) 13
wires, see interconnect
worst-case timing, simulating with 28, 31
AsIc
BasIcs
An Introduction to Developing
Application Specific Integrated Circuits