ASIC - Basic Description
An application-specific integrated circuit (ASIC) is an integrated circuit (IC) customized for a particular use, rather than intended for general-purpose use. For example, a chip designed solely to run a cell phone is an ASIC.
In contrast, the 7400 series and 4000 series integrated circuits are logic building blocks that can be wired together for use in many different applications. Intermediate between ASICs and standard products are application specific standard products (ASSPs).
As feature sizes have shrunk and design tools improved over the years, the maximum complexity (and hence functionality) possible in an ASIC has grown from 5,000 gates to over 100 million. Modern ASICs often include entire 32-bit processors, memory blocks including ROM, RAM, EEPROM, Flash and other large building blocks. Such an ASIC is often termed a SoC (System-on-a-chip). Designers of digital ASICs use a hardware description language (HDL), such as Verilog or VHDL, to describe the functionality of ASICs.
Field-programmable gate arrays (FPGA) are the modern day equivalent of 7400 series logic and a breadboard, containing programmable logic blocks and programmable interconnects that allow the same FPGA to be used in many different applications. For smaller designs and/or lower production volumes, FPGAs may be more cost effective than an ASIC design. The Non-recurring engineering cost (the cost to set up the factory to produce a particular ASIC) can run into the millions of dollars.
The general term application specific integrated circuit includes FPGAs, but most designers use ASIC only for non field programmable devices (e.g. standard cell or sea of gates) and make a distinction between ASIC and FPGAs.
Standard Cell Design:
In the mid 1980s a designer would choose an ASIC manufacturer and implement their design using the design tools available from the manufacturer. While third party design tools were available, there was not an effective link from the third party design tools to the layout and actual semiconductor process performance characteristics of the various ASIC manufacturers. Most designers ended up using factory specific tools to complete the implementation of their designs. A solution to this problem that also yielded a much higher density device was the implementation of Standard Cells. Every ASIC manufacturer could create functional blocks with known electrical characteristics, such as propagation delay, capacitance and inductance, that could also be represented in third party tools. Standard Cell design is the utilization of these functional blocks to achieve very high gate density and good electrical performance. Standard cell design fits between Gate Array and Full Custom design in terms of both its NRE (Non-Recurring Engineering) and recurring component cost.
By the late 1980s, logic synthesis tools became available. Such tools could compile HDL descriptions into a gate-level netlist. This enabled a style of design called standard-cell design. Standard-cell Integrated Circuits (ICs) are designed in the following conceptual stages, although these stages overlap significantly in practice.
These steps, implemented with a level of skill common in the industry, almost always produce a final device that correctly implements the original design, unless flaws are later introduced by the physical fabrication process.
A team of design engineers starts with a non-formal understanding of the required functions for a new ASIC, usually derived from Requirements analysis.
The design team constructs a description of an ASIC to achieve these goals using an HDL. This process is analogous to writing a computer program in a high-level language. This is usually called the RTL (Register transfer level) design.
Suitability for purpose is verified by functional verification. This may include such techniques as logic simulation, formal verification, emulation, or creating an equivalent pure software model (see Simics, for example). Each technique has advantages and disadvantages, and often several methods are used.
Logic synthesis transforms the RTL design into a large collection of lower-level constructs called standard cells. These constructs are taken from a standard-cell library consisting of pre-characterized collections of gates (such as 2 input nor, 2 input nand, inverters, etc.). The standard cells are typically specific to the planned manufacturer of the ASIC. The resulting collection of standard cells, plus the needed electrical connections between them, is called a gate-level netlist.
The gate-level netlist is next processed by a placement tool which places the standard cells onto a region representing the final ASIC. It attempts to find a placement of the standard cells, subject to a variety of specified constraints.
The routing tool takes the physical placement of the standard cells and uses the netlist to create the electrical connections between them. Since the search space is large, this process will produce a “sufficient” rather than “globally-optimal” solution. The output is a file which can be used to create a set of photomasks enabling a semiconductor fabrication facility (commonly called a 'fab') to produce physical ICs.
Given the final layout, circuit extraction computes the parasitic resistances and capacitances. In the case of a digital circuit, this will then be further mapped into delay information, from which the circuit performance can be estimated, usually by static timing analysis. This, and other final tests such as design rule checking and power analysis (collectively called signoff) are intended to ensure that the device will function correctly over all extremes of the process, voltage and temperature. When this testing is complete the photomask information is released for chip fabrication.
These design steps (or flow) are also common to standard product design. The significant difference is that Standard Cell design uses the manufacturer's cell libraries that have been used in potentially hundreds of other design implementations and therefore are of much lower risk than full custom design. Standard Cells produce a design density that is cost effective, and they can also integrate IP cores and SRAM (Static Random Access Memory) effectively, unlike Gate Arrays.
Gate Design:
Gate array design is a manufacturing method in which the diffused layers, i.e. transistors and other active devices, are predefined and wafers containing such devices are held in stock prior to metallization, in other words, unconnected. The physical design process then defines the interconnections of the final device. For most ASIC manufacturers, this consists of from two to as many as five metal layers, each metal layer running parallel to the one below it.
Non-recurring engineering costs are much lower as photo-lithographic masks are required only for the metal layers, and production cycles are much shorter as metallization is a comparatively quick process.
Gate array ASICs are always a compromise as mapping a given design onto what a manufacturer held as a stock wafer never gives 100% utilization. Often difficulties in routing the interconnect require migration onto a larger array device with consequent increase in the piece part price. These difficulties are often a result of the layout software used to develop the interconnect.
Pure, logic-only gate array design is rarely implemented by circuit designers today, replaced almost entirely by field-programmable devices, such as field-programmable gate arrays (FPGAs), which can be programmed by the user and thus offer minimal tooling charges (non-recurring engineering (NRE)), marginally increased piece part cost and comparable performance.
Today gate arrays are evolving into structured ASICs that consist of a large IP core like a CPU, DSP unit, peripherals, standard interfaces, integrated memories SRAM, and a block of reconfigurable uncommited logic. This shift is largely because ASIC devices are capable of integrating such large blocks of system functionality and "system on a chip" requires far more than just logic blocks.
In their frequent usages in the field, the terms "gate array" and "semi-custom" are synonymous. Process engineer more commonly use the term "semi-custom" while "gate-array" is more commonly used by logic (or gate-level) designers.
Full Custom Design:
By contrast, full-custom ASIC design defines all the photo lithographic layers of the device. Full-custom design is used for both ASIC design and for standard product design.
The benefits of full-custom design usually include reduced area (and therefore recurring component cost), performance improvements, and also the ability to integrate analog components and other pre-designed (and thus fully verified) components such as microprocessor cores that form a system-on-chip.
The disadvantages of full-custom design can include increased manufacturing and design time, increased non-recurring engineering costs, more complexity in the computer-aided design (CAD) system and a much higher skill requirement on the part of the design team.
However for digital-only designs, "standard-cell" cell libraries together with modern CAD systems can offer considerable performance/cost benefits with low risk. Automated layout tools are quick and easy to use and also offer the possibility to "hand-tweak" or manually optimise any performance-limiting aspect of the design
Structured Design:
Structured ASIC design (also referred to as platform ASIC design) has different meanings in different contexts. This is a relatively new term in the industry, which is why there is some variation in its definition. However, the basic premise of a structured/platform ASIC is that both manufacturing cycle time and design cycle time are reduced compared to cell-based ASIC by virtue of there being pre-defined metal layers (thus reducing manufacturing time) and pre-characterization of what is on the silicon (thus reducing design cycle time). One definition states that In a "structured ASIC" design, the logic mask-layers of a device are predefined by the ASIC vendor (or in some cases by a third party). Design differentiation and customization is achieved by creating custom metal layers that create custom connections between predefined lower-layer logic elements.
"Structured ASIC" technology is seen as bridging the gap between field-programmable gate arrays and "standard-cell" ASIC designs. Because only a small number of chip layers must be custom-produced, "structured ASIC" designs have much smaller non-recurring expenditures (NRE) than "standard-cell" or "full-custom" chips, which require that a full mask set be produced for every design.
This is effectively the same definition as a gate array.
What makes a structured/platform ASIC different from a gate array is that in a gate array the predefined metal layers serve to make manufacturing turnaround faster. In a structured/platform ASIC the predefined metallization is primarily to reduce cost of the mask sets and is also used to make the design cycle time significantly shorter as well. For example, in a cell-based or gate-array design the user often must design power, clock, and test structures themselves; these are predefined in most Structured/Platform ASICs and therefore can save time and expense for the designer compared to gate-array.
Likewise, the design tools used for structured/Pptform ASIC can be substantially lower cost and easier (faster) to use than cell-based tools, because the tools do not have to perform all the functions that cell-based tools do. In some cases, the structured/platform ASIC vendor requires that customized tools for their device (for example, custom physical synthesis) be used, also allowing for the design to be brought into manufacturing more quickly.
One other important aspect about structured/platform ASIC is that it allows IP that is common to certain applications or industry segments to be "built in", rather than "designed in". By building the IP directly into the architecture the designer can again save both time and money compared to designing IP into a cell-based ASIC.
Tuesday, February 10, 2009
Reputed Institutes Offering VLSI
The various institutes that offer courses in VLSI at Hyderabad along with their contact numbers are given below
VEDA IIT:
(VLSI Engineering and Design Automation) is an industry driven state-of-the-art training institute of excellence in the field of VLSI Design and Development. VEDA IIT, a teaching professional industry, conducts an MS Program in VLSI Engineering , which is a collaborative program of Jawaharlal Nehru Technological University, Hyderabad, India and a Consortium of VLSI Design Houses .
Some of the salient facts about this institute are given below:
The Directors of VEDA IIT have long-standing association with ASIC industry both, in Logic and Physical Design and extensive exposure to EDA industry both in India and USA.
The promoter of VEDA IIT is also the founder of several other companies in the field and is known as a successful entrepreneur.
VEDA IIT is associated with a consortium of VLSI Design Houses for their participation in designing and structuring the curricula and also for their active involvement in imparting Industry Oriented Training on contemporary VLSI Design.
VEDA has conducted several programs, training several hunderds of engineers and all of them are employed in reputed VLSI companies across the globe.
Faculty consists of experts from reputed Industries and Universities .
VEDA IIT is taking up R & D activities in a phased manner.
Contact Address:
The Director,
VEDA Institute of Information Technology Pvt. Ltd.,
(VEDA IIT) 4th Floor Plot No. 90, Road No 2,Banjara Hills,
Hyderabad - 500 034
Andhra Pradesh,
INDIA
Tel: +91-40-30615555 ,
23540907
Fax: +91-40-30615560
Email: admin@vedaiit.com
TTM:
Time To Market Inc. (TTM) is one of the leading service companies, providing ASIC design and embedded software solutions to clients varying from networking, communication, consumer electronics and semiconductor industries. TTM brings proven methodologies and expertise to provide a competitive edge to the customers. Founded by a group of VLSI professionals with in-depth knowledge and experience in the field of ASIC design, TTM was incorporated in 1998 in San Jose, California. The company started its India Operations in 2000 as a VLSI training center, the first in India to offer an industry-oriented course in IC Layout Engineering.
Contact Address:
TTM (INDIA) Private Limited
4th Floor, 12th Square,Road No.12, Banjara Hills,
Hyderabad - 500 034,
INDIA
Tel: +91-40-2331-7365 +91-40-6521-8198
Fax: +91-40-2331-7366
Sandeepani School of VLSI Design:
Sandeepani's corporate training program covers the entire gamut of VLSI and System Design and is offered as Open & Customized programs. Our programs include HDL coding, Analog Mixed Signal Design, DFT, IC Layout and Verification, PCB & Signal Integrity Analysis. Sandeepani has imparted training to over 2500 professionals from various industries of repute in the last 6 years on FPGA design, VHDL / Verilog language coding, Verification methodologies and tool specific trainings.
Contact Address:
Sandeepani School of VLSI Design
Productivity House,
Road No. 2,Plot No. 87. Banjara Hills
Hyderabad- 500 033,
INDIA
Tel: 914066844123, 914066848123
VEDA IIT:
(VLSI Engineering and Design Automation) is an industry driven state-of-the-art training institute of excellence in the field of VLSI Design and Development. VEDA IIT, a teaching professional industry, conducts an MS Program in VLSI Engineering , which is a collaborative program of Jawaharlal Nehru Technological University, Hyderabad, India and a Consortium of VLSI Design Houses .
Some of the salient facts about this institute are given below:
The Directors of VEDA IIT have long-standing association with ASIC industry both, in Logic and Physical Design and extensive exposure to EDA industry both in India and USA.
The promoter of VEDA IIT is also the founder of several other companies in the field and is known as a successful entrepreneur.
VEDA IIT is associated with a consortium of VLSI Design Houses for their participation in designing and structuring the curricula and also for their active involvement in imparting Industry Oriented Training on contemporary VLSI Design.
VEDA has conducted several programs, training several hunderds of engineers and all of them are employed in reputed VLSI companies across the globe.
Faculty consists of experts from reputed Industries and Universities .
VEDA IIT is taking up R & D activities in a phased manner.
Contact Address:
The Director,
VEDA Institute of Information Technology Pvt. Ltd.,
(VEDA IIT) 4th Floor Plot No. 90, Road No 2,Banjara Hills,
Hyderabad - 500 034
Andhra Pradesh,
INDIA
Tel: +91-40-30615555 ,
23540907
Fax: +91-40-30615560
Email: admin@vedaiit.com
TTM:
Time To Market Inc. (TTM) is one of the leading service companies, providing ASIC design and embedded software solutions to clients varying from networking, communication, consumer electronics and semiconductor industries. TTM brings proven methodologies and expertise to provide a competitive edge to the customers. Founded by a group of VLSI professionals with in-depth knowledge and experience in the field of ASIC design, TTM was incorporated in 1998 in San Jose, California. The company started its India Operations in 2000 as a VLSI training center, the first in India to offer an industry-oriented course in IC Layout Engineering.
Contact Address:
TTM (INDIA) Private Limited
4th Floor, 12th Square,Road No.12, Banjara Hills,
Hyderabad - 500 034,
INDIA
Tel: +91-40-2331-7365 +91-40-6521-8198
Fax: +91-40-2331-7366
Sandeepani School of VLSI Design:
Sandeepani's corporate training program covers the entire gamut of VLSI and System Design and is offered as Open & Customized programs. Our programs include HDL coding, Analog Mixed Signal Design, DFT, IC Layout and Verification, PCB & Signal Integrity Analysis. Sandeepani has imparted training to over 2500 professionals from various industries of repute in the last 6 years on FPGA design, VHDL / Verilog language coding, Verification methodologies and tool specific trainings.
Contact Address:
Sandeepani School of VLSI Design
Productivity House,
Road No. 2,Plot No. 87. Banjara Hills
Hyderabad- 500 033,
INDIA
Tel: 914066844123, 914066848123
System On A Chip

Introduction To System On A Chip:
System-on-a-chip or system on chip (SoC or SOC) refers to integrating all components of a computer or other electronic system into a single integrated circuit (chip). It may contain digital, analog, mixed-signal, and often radio-frequency functions – all on one chip. A typical application is in the area of embedded systems.
If it is not feasible to construct an SoC for a particular application, an alternative is a system in package (SiP) comprising a number of chips in a single package. In large volumes, SoC is believed to be more cost effective than SiP since it increases the yield of the fabrication and because its packaging is simpler.
If it is not feasible to construct an SoC for a particular application, an alternative is a system in package (SiP) comprising a number of chips in a single package. In large volumes, SoC is believed to be more cost effective than SiP since it increases the yield of the fabrication and because its packaging is simpler.
Structure:
A typical SoC consists of:
One microcontroller, microprocessor or DSP core(s). Some SOCs -- called multiprocessor System-on-Chip (MPSoC) -- include more than one processor core.
Memory blocks including a selection of ROM, RAM, EEPROM and Flash.
Timing sources including oscillators and phase-locked loops.
Peripherals including counter-timers, real-time timers and power-on reset generators.
External interfaces including industry standards such as USB, FireWire, Ethernet, USART, SPI.
Analog interfaces including ADCs and DACs.
Voltage regulators and power management circuits.
One microcontroller, microprocessor or DSP core(s). Some SOCs -- called multiprocessor System-on-Chip (MPSoC) -- include more than one processor core.
Memory blocks including a selection of ROM, RAM, EEPROM and Flash.
Timing sources including oscillators and phase-locked loops.
Peripherals including counter-timers, real-time timers and power-on reset generators.
External interfaces including industry standards such as USB, FireWire, Ethernet, USART, SPI.
Analog interfaces including ADCs and DACs.
Voltage regulators and power management circuits.
These blocks are connected by either a proprietary or industry-standard bus such as the AMBA bus from ARM. DMA controllers route data directly between external interfaces and memory, by-passing the processor core and thereby increasing the data throughput of the SoC.
Design Flow:
A SoC consists of both the hardware described above, and the software that controls the microcontroller, microprocessor or DSP cores, peripherals and interfaces. The design flow for an SoC aims to develop this hardware and software in parallel.
Most SoCs are developed from pre-qualified hardware blocks for the hardware elements described above, together with the software drivers that control their operation. Of particular importance are the protocol stacks that drive industry-standard interfaces like USB. The hardware blocks are put together using CAD tools; the software modules are integrated using a software development environment.
A key step in the design flow is emulation: the hardware is mapped onto an emulation platform based on a field programmable gate array (FPGA) that mimics the behavior of the SoC, and the software modules are loaded into the memory of the emulation platform. Once programmed, the emulation platform enables the hardware and software of the SoC to be tested and debugged at close to its full operational speed.
After emulation the hardware of the SoC follows the place and route phase of the design of an integrated circuit before it is fabricated.
Chips are verified for logical correctness before being sent to foundry. The process is called ASIC verification. Verilog and VHDL are typical hardware description languages used for verification. With growing complexity of chips, hardware verification languages like SystemVerilog, SystemC, e, and OpenVera are used. The bugs found in the verification stage are reported to the designer. Traditionally, 70% of time and energy in chip design life cycle are spent on verification
ASIC Design Flow - Digital Design & Analog Design

A typical digital design flow is as follows:
Specification
Architecture
RTL Coding
RTL Verification
Synthesis
Backend
Tape Out to Foundry to get end product….a wafer with repeated number of identical Ics.
All modern digital designs start with a designer writing a hardware description of the IC (using HDL or Hardware Description Language) in Verilog/VHDL. A Verilog or VHDL program essentially describes the hardware (logic gates, Flip-Flops, counters etc) and the interconnect of the circuit blocks and the functionality. Various CAD tools are available to synthesize a circuit based on the HDL. The most widely used synthesis tools come from two CAD companies. Synposys and Cadence. Without going into details, we can say that the VHDL, can be called as the "C" of the VLSI industry. VHDL stands for "VHSIC Hardware Definition Language", where VHSIC stands for "Very High Speed Integrated Circuit". This languages is used to design the circuits at a high-level, in two ways. It can either be a behavioural description, which describes what the circuit is supposed to do, or a structural description, which describes what the circuit is made of. There are other languages for describing circuits, such as Verilog, which work in a similar fashion.Both forms of description are then used to generate a very low-level description that actually spells out how all this is to be fabricated on the silicon chips. This will result in the manufacture of the intended IC.
A typical analog design flow is as follows:In case of analog design, the flow changes somewhat.
Specifications
Architecture
Circuit Design
SPICE Simulation
Layout
Parametric Extraction / Back Annotation
Final Design
Tape Out to foundry.
While digital design is highly automated now, very small portion of analog design can be automated. There is a hardware description language called AHDL but is not widely used as it does not accurately give us the behavioral model of the circuit because of the complexity of the effects of parasitic on the analog behavior of the circuit. Many analog chips are what are termed as “flat” or non-hierarchical designs. This is true for small transistor count chips such as an operational amplifier, or a filter or a power management chip. For more complex analog chips such as data converters, the design is done at a transistor level, building up to a cell level, then a block level and then integrated at a chip level. Not many CAD tools are available for analog design even today and thus analog design remains a difficult art. SPICE remains the most useful simulation tool for analog as well as digital design.
Introduction to VLSI
VLSI - Very Large Scale Integration:
VLSI stands for "Very Large Scale Integration". This is the field which involves packing more and more logic devices into smaller and smaller areas.Thanks to VLSI, circuits that would have taken boardfuls of space can now be put into a small space few millimeters across! This has opened up a big opportunity to do things that were not possible before. VLSI circuits are everywhere ... your computer, your car, your brand new state-of-the-art digital camera, the cell-phones, and what have you. All this involves a lot of expertise on many fronts within the same field, which we will look at in later sections. VLSI has been around for a long time, there is nothing new about it ... but as a side effect of advances in the world of computers, there has been a dramatic proliferation of tools that can be used to design VLSI circuits. Alongside, obeying Moore's law, the capability of an IC has increased exponentially over the years, in terms of computation power, utilisation of available area, yield.
The combined effect of these two advances is that people can now put diverse functionality into the IC's, opening up new frontiers. Examples are embedded systems, where intelligent devices are put inside everyday objects, and ubiquitous computing where small computing devices proliferate to such an extent that even the shoes you wear may actually do something useful like monitoring your heartbeats! These two fields are kinda related, and getting into their description can easily lead to another article.
VLSI stands for "Very Large Scale Integration". This is the field which involves packing more and more logic devices into smaller and smaller areas.Thanks to VLSI, circuits that would have taken boardfuls of space can now be put into a small space few millimeters across! This has opened up a big opportunity to do things that were not possible before. VLSI circuits are everywhere ... your computer, your car, your brand new state-of-the-art digital camera, the cell-phones, and what have you. All this involves a lot of expertise on many fronts within the same field, which we will look at in later sections. VLSI has been around for a long time, there is nothing new about it ... but as a side effect of advances in the world of computers, there has been a dramatic proliferation of tools that can be used to design VLSI circuits. Alongside, obeying Moore's law, the capability of an IC has increased exponentially over the years, in terms of computation power, utilisation of available area, yield.
The combined effect of these two advances is that people can now put diverse functionality into the IC's, opening up new frontiers. Examples are embedded systems, where intelligent devices are put inside everyday objects, and ubiquitous computing where small computing devices proliferate to such an extent that even the shoes you wear may actually do something useful like monitoring your heartbeats! These two fields are kinda related, and getting into their description can easily lead to another article.
Subscribe to:
Posts (Atom)