Definitions Of Relevant Terminology Information Technology Essay

Field-Programmable Device (FPD)- a general term that refers to any type of integrated circuit used for implementing digital hardware, where the chip can be configured by the end user to realize different designs. Programming of such a device often involves placing the chip into a special programming unit, but some chips can also be configured “in-system”. Another name for FPDs is programmable logic devices (PLDs); although PLDs encompass the same types of chips as FPDs, we prefer the term FPD because historically the word PLD has referred to relatively simple types of devices.

• PLA – a Programmable Logic Array (PLA) is a relatively small FPD that contains two levels of logic, an AND-plane and an OR-plane, where both levels are programmable (note: although PLA structures are sometimes embedded into full-custom chips, we refer here only to those PLAs that are provided as separate integrated circuits and are user-programmable).

• PAL- a Programmable Array Logic (PAL) is a relatively small FPD that has a programmable AND-plane followed by a fixed OR-plane

• SPLD – refers to any type of Simple PLD, usually either a PLA or PAL

• CPLD – a more Complex PLD that consists of an arrangement of multiple SPLD-like blocks on a single chip. Alternative names (that will not be used in this paper) sometimes adopted for this style of chip are Enhanced PLD (EPLD), Super PAL, Mega PAL, and others.

• FPGA – a Field-Programmable Gate Array is an FPD featuring a general structure that allows very high logic capacity. Whereas CPLDs feature logic resources with a wide number of inputs (AND planes), FPGAs offer more narrow logic resources. FPGAs also offer a higher ratio of flip-flops to logic resources than do CPLDs.

• HCPLDs – high-capacity PLDs: a single acronym that refers to both CPLDs and FPGAs. This term has been coined in trade literature for providing an easy way to refer to both types of devices.

• Interconnect -the wiring resources in an FPD.

• Programmable Switch – a user-programmable switch that can connect a logic element to an interconnect wire, or one interconnect wire to another

• Logic Block – a relatively small circuit block that is replicated in an array in an FPD. When a circuit is implemented in an FPD, it is first decomposed into smaller sub-circuits that can each be mapped into a logic block. The term logic block is mostly used in the context of FPGAs, but it could also refer to a block of circuitry in a CPLD.

Read also  History Of Touchscreen Technology Information Technology Essay

• Logic Capacity- the amount of digital logic that can be mapped into a single FPD. This is

usually measured in units of “equivalent number of gates in a traditional gate array”. In other

words, the capacity of an FPD is measured by the size of gate array that it is comparable to. In simpler terms, logic capacity can be thought of as “number of 2-input NAND gates”.

• Logic Density- the amount of logic per unit area in an FPD.

• Speed-Performance – measures the maximum operable speed of a circuit when implemented in an FPD. For combinational circuits, it is set by the longest delay through any path, and for sequential circuits it is the maximum clock frequency for which the circuit functions properly.

PROGRAMMABLE LOGIC DEVICES

A programmable logic device or PLD is an electronic component used to build digital circuits. Unlike a logic gate, which has a fixed function, a PLD has an undefined function at the time of manufacture. Before the PLD can be used in a circuit, it must be programmed. These were the first chips that could be used to implement a flexible digital logic design in hardware. Other names we might encounter for this class of device are Programmable Logic Array (PLA), Programmable Array Logic (PAL), and Generic Array Logic (GAL).

Programmable logic devices (PLDs) are divided into 3 basic architecture types, SPLD, CPLD and FPGA. Figure 3.1 shows the architecture tree of PLD.

Fig 3.1 PLD Architecture Tree

PLD Applications

• Glue Logic

• State Machines

• Synchronization

• Decoders

• Counters

• Bus Interfaces

• Parallel-to-Serial

• Serial-to-Parallel

• Subsystems

• and Many Others

Why PLDs?

• Increased Integration. You can reduce the package count of your designs while simultaneously increasing the features offered by your product.

• Lower Power. CMOS and fewer packages combine to reduce power consumption.

• Improved Reliability. Lower power plus fewer interconnections and packages translate into greatly improved system reliability.

• Lower Cost. PLDs reduce inventory costs, too.

• Easier To Use! Yes, believe it or not, once you get past the initial learning period, PLDs are easier to use than discrete logic functions.

• Easier to Change. Oops! Need to make a change? You won’t need “blue wire” when you use a PLD – all changes are internal,and can be done quickly. ECNs are a snap – and system reliability is maintained!

Read also  Evaluation Of The 5 Operations Management Objectives Information Technology Essay

FPGA Field Programmable Gate Array

Field-programmable gate array is an emerging technology around the worldwide. FPGA market will be double the value and expected to grow more than $3 billion by 2010.FPGA technology is and its invention by Xilinx in 1984, FPGAs have gone from being simple glue logic chips to actually replacing custom application-specific integrated circuits (ASICs) and processors for signal processing and control applications

FPGA?

FPGA chip adoption across all industries is driven by the fact that FPGAs combine the best parts of ASICs and processor-based systems. FPGAs provide hardware-timed speed and reliability, but they do not require high volumes to justify the large upfront expense of custom ASIC design. Reprogrammable silicon also has the same flexibility of software running on a processor-based system, but it is not limited by the number of processing cores available. Unlike processors, FPGAs are truly parallel in nature so different processing operations do not have to compete for the same resources. Each independent processing task is assigned to a dedicated section of the chip, and can function autonomously without any influence from other logic blocks. As a result, the performance of one part of the application is not affected when additional processing is added.

FPGA: Field Programmable Gate Array. Conceptually it can be considered as an array of Configurable Logic Blocks (CLBs) that can be connected together through a vast interconnection matrix to form complex digital circuits.

Figure 2. Exploded view of a typical FPGA

FPGAs have traditionally found use in highspeed custom digital applications where designs tend to be more constrained by performance rather than cost. The explosion of integration and reduction in price has led to the more recent widespread use of FPGAs in common embedded applications.

FPGAs, along with their non-volatile cousins CPLDs (Complex Programmable Logic Devices), are emerging as the next digital revolution that will bring about change in much the same way that microprocessors did. With current highend devices exceeding 2000 pins and topping billions of transistors, the complexity of these devices is such that it would be impossible to program them without the assistance of highlevel design tools. Xilinx, Altera, Actel, and Lattice all offer highend EDA tool suites designed specifically to support their own devices however they also offer free versions aimed at supporting the bulk of FPGA development. These vendors understand the importance of tool availability to increased silicon sales and they all seem committed to supporting a free version of their tools for the foreseeable future. Through the use of EDA tools, developers can design their custom digital circuits using either schematic based techniques, VHDL, Verilog or any combination of these methods.

Read also  Project Smart Shopping Assistant Information Technology Essay

VLSI DESIGN

VLSI Design can be classified based on the Prototype,

ASIC

FPGA

ASIC- Application Specific Integrated Circuits.

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. Intermediate between ASICs and industry standard integrated circuits, like the 7400 or the 4000 series, are application specific standard products.

Figure 31. ASIC DESIGN FLOW

Implementing Process in FPGA or CPLD

Implementing FPGA or CPLD logic needs development software usually consists of the following steps:

Write a program for the logic circuit using a hardware description language (HDL) either VHDL or Verilog.

Using Logic synthesis tool check the syntax and convert the code into gate level netlist. The netlist is just a description of the various logic gates in the design and how they are interconnected.

Using the implementation tools like Xilinx ISE or Altera Quartus II to map the logic gates and interconnections into the FPGA. The mapping tool collects netlist gates into groups that fit into the LUTs and then the place & route tool assigns the gate collections to specific CLBs while opening or closing the switches in the routing matrices to connect the gates together.

After this, a program extracts the state of the switches in the routing matrices and generates a bit stream where the ones and zeroes correspond to open or closed switches.

The bit stream is downloaded into a physical FPGA chip.  The electronic switches in the FPGA open or close in response to the binary bits in the bit stream.  Upon completion of the downloading, the FPGA will perform the operations specified by HDL code or schematic.  Apply input signals to the I/O pins of the FPGA to check the operation of design.

Fig 3.7 The CPLD or FPGA Design Flow

Order Now

Order Now

Type of Paper
Subject
Deadline
Number of Pages
(275 words)