Skip to main content

Field Programmable Gate Array (FPGA)

  For chip implementation of specified algorithms or logic functions, a variety of design styles can be considered. Each design style has its own advantages and disadvantages, so designers must make an informed decision in order to provide functionality at a low cost.

Field Programmable Gate Array (FPGA)

The full form of FPGA is “Field Programmable Gate Array”. It s made up of tens of thousands to millions of logic gates with programmable interconnection. Programmable interconnections are available for users or designers to perform given functions easily. A typical model FPGA chip is shown in the given figure. There are I/O blocks, which are designed and numbered according to function. For each module of logic level composition, there are CLB’s (Configurable Logic Blocks).

    CLB executes the logic operation that the module has been provided.The inter connection between CLB and I/O blocks are made with the help of horizontal routing channels, vertical routing channels and PSM (Programmable Multiplexers).

    The complexity of the FPGA is solely determined by the amount of CLB it comprises. VHDL or another hardware description language is used to design the features of CLBs and PSM.After programming, CLB and PSM are placed on chip and connected with each other with routing channels.

Advantages:

Starting with the design process to functional chip, it takes very little time.
It does not require any physical manufacturing measures.
The only drawback is that it is more expensive than other models.

 






Comments

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...