Skip to main content

Gate Array Design

In terms of quick prototyping capacity, the gate array (GA) comes in second after the FPGA. Metal mask design and processing are used
for GA, while user programming is essential for the FPGA chip's design implementation. A two-step manufacturing process is needed for gate array implementation.

On each GA chip, the first phase results in an array of uncommitted transistors. These uncommitted chips can be stored for later customization after the metal interconnects between the array's transistors are defined. The patterning of metallic interconnects occurs at the end of the chip fabrication process, allowing for a relatively quick turnaround period of a few days to a few weeks.


Typical gate array platforms use dedicated areas called channels, for inter-cell routing between rows or columns of MOS transistors. They simplify the interconnections. Interconnection patterns that perform basic logic gates are stored in a library, which can then be used to customize rows of uncommitted transistors according to the netlist.

In most of the modern GAs, multiple metal layers are used for channel routing. With the use of multiple interconnected layers, the routing can be achieved over the active cell areas; so that the routing channels can be removed as in Sea-of-Gates (SOG) chips. Here, the entire chip surface is covered with uncommitted nMOS and pMOS transistors. The neighboring transistors can be customized using a metal mask to form basic logic gates.

For inter cell routing, some of the uncommitted transistors must be sacrificed. This design style results in more flexibility for interconnections and usually in a higher density. GA chip utilization factor is measured by the used chip area divided by the total chip area. It is higher than that of the FPGA and so is the chip speed.



Comments

Post a Comment

Popular posts from this blog

INTRODUCTION TO VLSI and Y chart

 Very-large scale integration (VLSI) is the process of incorporating thousands of transistors into a single chip to create an integrated circuit (IC) . VLSI got its start in the 1970s, when complex semiconductor and communication technologies were being developed.   The  microprocessor  is a VLSI device. A limited set of functions were performed by most ICs prior to the introduction of VLSI technology. An electronic circuit contains a CPU, ROM, RAM, etc. IC designers can integrate all of these functions into a single chip using VLSI. Thanks to rapid advancements in large-scale integration technologies and device design applications, the electronics industry has grown at a breakneck rate in recent decades.Since the introduction of very large scale integration (VLSI) designs, the number of integrated circuits (ICs) used in high-performance computing, controllers, telecommunications, image and video processing, and consumer electronics has been increasingly growing...

Concepts of Regularity, Modularity and Locality

        By splitting the large structure into many sub-modules, the hierarchical design approach eliminates design complexity. To make the process easier, other design principles and approaches are usually needed. Regularity ensures that a large system's hierarchical decomposition can produce as many simple and identical blocks as possible.The design of array structures made up of similar cells, such as a parallel multiplication array, is a good example of regularity. Regularity can be seen at all levels of abstraction: uniformly sized transistors simplify the design at the transistor stage. Identical gate structures can be used at the logic level, and so on.      The different functional blocks that make up the larger structure must have well-defined functions and interfaces, which is referred to as modularity in design. Since there is no doubt about the purpose and signal interface of these blocks, modularity allows each block or module to be co...

Historical Perspective

  The electronics industry has developed at a breakneck pace over the last two decades, owing primarily to rapid advancements in integration technologies and large-scale systems design - in other words, the introduction of VLSI. The number of integrated circuit applications in high-performance computing, telecommunications, and consumer electronics has been steadily increasing at a rapid rate.The requisite computational power (or, in other words, intelligence) of these applications is typically the driving force behind the field's rapid growth. The need to incorporate these functions in a small system/package is growing as more complex functions are needed in various data processing and telecommunications devices. For almost three decades, the degree of integration, as calculated by the number of logic gates in a monolithic chip, has been steadily increasing, owing to rapid advances in processing and interconnect technology.The given figure shows the evolution of logic complexity...