Thursday, November 26, 2009

Introduction to VLSI

Traditionally, digital design was a manual process of designing and capturing circuits using schematic entry tools. This process has many disadvantages and is rapidly being replaced by new methods

System designers are always competing to build cost-effective products as fast as possible in a highly competitive environment. In order to achieve this, they are turning to using a top-down design methodology that includes using Hardware description languages and synthesis, in addition some just the more traditional process of simulation. A product in this instance is any electronic equipment containing Application Specific Integrated Circuits (ASICs), or Field Programmable Gate Arrays (FPGAs).

In recent years, designers have increasingly adopted top down methodologies even though it takes them away from logic and transistor level design to abstract programming. The introduction of industry standard hardware description languages and commercially available synthesis tools has helped establish this revolutionary design methodology. The advantages are clear and engineers design method must change. Some of the advantages are:

  • Increased productivity yields shorter development cycle with more product features and reduce time to market,

  • Reduce Non-Recurring Engineering (NRE) cost,

  • Design reuse is enabled,

  • Increase flexibility to design changes,

  • Faster exploration of alternative architectures,

  • Faster exploration of alternative technology libraries,

  • Enable use of synthesis to rapidly sweep the design space of area and timing, and to automatically generate testable circuits,

  • Better and easier design auditing and verification.

ASIC and FPGA Devices
Standard “off-the-shell” integrated circuits have a fixed functional operation defined by the chip manufacturer. Contrary to this, both ASIC and FPGAs are type of integrated circuit whose function is not fixed by the manufacturer. The function is defined by the designer for a particular application. An ASIC requires a final manufacture process to customize its operation while an FPGA does not.

ASICs
An application specific integrated circuit is a device that is partially manufactured by an ASIC vendor in generic form. This initial manufacturing is most complex, time consuming and expensive part of total manufacturing process. The result is silicon chips with an array of unconnected transistors.

The final manufacturing process of connecting the transistors together is then completed when a chip designer has specific design he or she wishes to implement in the ASIC. An ASIC vendor can do this in a couple of weeks and is known as the turn-around time. There are two categories of ASIC devices; Gate Arrays and Standard Cells.

Gate Arrays
There are two types of gate array; a channel gate array and channel-less gate array. A channel row arrays is manufactured with single or double rows of basic cells across the silicon. A basic cell is consists of a number of transistors. The channel between the rows of the basic cells is used for interconnecting the basic cells during the final customization process. The channel-less gate array is manufactured with “sea” of basic cells across the silicon and there are no dedicated channels for interconnections.

The library of cells provided by a gate array vendor will contain: primitive logic gates, registers, hard-macros and soft-macros. Hard-macros and soft-macros are usually of MSI and LSI complexity, such as multiplexers, comparators and counters.

Standard Cells
Standard cells devices do not have any concept of basic cell and no components are prefabricated on the silicon chip. The manufacturers supply hard-macros and soft-macros library containing elements of LSI and VLSI complexity, such as controllers, ALUs and microprocessors. Additionally, soft-macros library contains RAM functions that can not be implemented efficiently in gate array devices; ROM functions are more efficiently implemented in cell primitives.

FPGAs
The field programmable gate array is a device that is completely manufactured, but that remains design independent. The primitive architectures in FPGA device manufactured by the FPGA vendor includes a number of programmable logic blocks that are connected to programmable switching matrices. To configure a device for a particular function operation these switches matrices are programmed to route signals between the individual logic blocks.

The Choice of ASIC or FPGA
The cost of ASIC device is cheaper than that of FPGA devices, considering the Non Recurring Engineering (NRE) cost. The advantage of FPGAs is that they are quick and easy to program. The design implemented on FPGAs for small production runs and then retargeted to an ASICs for larger production.

Design trade-off must be considered when retargeting FPGAs to ASICs. For example, a long hold time never appear in an ASIC because of the improved speed operation.

No comments:

Post a Comment