PLDs

VisualBee.com
VisualBee.comVisualBee.com
PLDs
What is programmable logic?

                     CMOS
                         Logic




Standard   uProcessors                          ASIC
                                 Programmable
 Logic     uControllers           Logic
Logic Circuits


 Standard Logic Circuits       Programmable Logic
                               Circuits
• Realize single function or   • Contains great number of
  set of functions,              standard logic circuits
  once defined                 • Possibility of realizing many
                                 various functions
  and with no possibility of
                               • Hardware can configure
  changing.                      any time user need to
                                 only by programming.


                                                                 2/13
Programmable logic devices available
            today
• Major programmable logic architecture:
                          CMOS
                          Logic




    Standard   uProcessors     Programmable
     Logic      uControllers                   ASIC
                                Logic




                    SPLD          CPLD        FPGA
Introduction
• Fixed function digital ICs are classified
  according to their complexity.
• They are listed here from the least complex to
  the most complex.
• For example :-
  SSI, MSI, LSI, VLSI and ULSI.
Fixed-Function Integrated Circuits




Cutaway view of one type of fixed-function IC package showing the chip mounted inside, with
connection to input an output pins.



                                                                                              6
introduction
• In fixed function devices a specific logic
  function is contained in the IC package when it
  is purchased and it can never be changed.
• Another category of logic device is one in
  which the logic function is programmed by
  user and, in some cases, can be
  reprogrammed many times.
• These devices are called programmable logic
  devices or PLDs.
Introduction
• In many applications the PLD has replaced the
  hard-wired fixed function logic device.
• However, fixed function is still important and
  will be around for a long time but in more
  limited applications.
Introduction
• Advantages: -
- Many more logic circuits can be “stuffed” into
  a much smaller area with PLDs.
- With certain PLDs, logic designs can be easily
  changed without rewiring or replacing
  components.
- A PLD design can be implemented faster than
  one using fixed function ICs once the required
  programming language is mastered.
Basic
 idea
Type of PLDs
• The three major types of programmable logic
  are :-
1) SPLD (Simple Programmable Logic devices)
2) CPLD (Complex Programmable Logic Devices)
   and
3) FPGA (Field Programmable Gate Array).
SPLDs
• The least complex form of PLDs.
• Can typically replaced several fixed function SSI
   or MSI devices and their connections.
• A typical package has 24 to 28 pins.
• A few categories of SPLD are listed below:-
 - PAL (Programmable Array Logic)
- GAL (Generic Array Logic)
- PLA (Programmable Logic Array)
- PROM (Programmable Read-Only Memory)
CPLDs
• Much higher capacity than SPLDs, permitting
  more complex logic circuits to be programmed
  into them.
• A typical CPLD is the equivalent of from 2 to
  64 SPLDs and come in 44 pins to 160 pin
  packages depending on the complexity.
• There are several forms of CPLD, which vary in
  complexity and programming capability.
Types of CPLD
nCPLDs   are made using 2 to 64 SPLDs




                 Typical CPLD packages.

                                          14
FPGA
• Different from SPLD and CPLD.
• Have the greatest logic capacity.
• Consist of an array of anywhere from 64 to
  thousands of logic gates groups that are
  sometimes called logic blocks.
• Two basics classes of FPGA are course grained
  and fine grained.
• FPGAs come in packages ranging up to 1000
  pins or more.
PLD Programming
• A logic circuit design for a PLD is entered using
  one of two basic methods:-
- Schematic Entry
- Text based Entry.
In order to program a PLD, the following items are required:
   PLD – there are numerous manufacturers of PLD’s. They come in various sizes with
   internal structures that are equivalent to hundreds, thousands, or tens of thousands
   of equivalent gates.
   PLD programming software – this software allows the user to specify exactly how the
   circuit should perform. Functions might be specified in terms of truth table, Boolean
   expressions, state equations, and by several other methods. The PLD programming
   software would compile the information and produce a JEDEC file , which is
   essentially an industry standard binary file containing information on how to make
   connections within a given PLD. There are numerous brands of PLD programming
   software, including PLDShell, MAX PLUS II, PSPICE, ABEL, CUPL, XILINX, ORCAD, and
   many others.
   PLD programmer – this piece of hardware might contain a universal socket that could
   hold various types of PLD’s. The PLD software produces a JEDEC file which is
   downloaded into the programmer. The programmer can typically program, copy,
   erase, and verify the contents of PLD’s.            PLD inserted
                                                       into socket




                                      JEDEC file
                                      downloaded
                Computer with PLD
               programming software                                               17
                                                   PLD Programmer
Review
1. What does PLD stand for?
2. What does SPLD stand for?
3. What does CPLD stand for?
4. What does FPGA stand for?
5. Basically, how does a CPLD differ from a
   SPLD?
6. List two ways in which a logic design can be
   entered for PLD programming.
Review
7. List 4 SPLDs.
8. What is the difference between a PAL and a
  PLA?
Generalized PLD
A generic PLD for implementing SOP functions has:




     Inverter/buffer                                OR array
                              AND array
     array for inputs

                                                               20
PLD’s Compared
Type          AND array connections   OR array connections


   PROM Fixed at factory               Programmable by
                                       customer
  PLA       Programmable by             Programmable by
           customer                    customer
 PAL      Programmable by              Fixed at factory
 or GAL   customer




                                                             21
PLD Logic Capacity
• SPLD: about 200 gates
• CPLD
  – Altera FLEX (250K logic gates)
  – Xilinx XC9500
• FPGA
  – Xilinx Vertex-E ( 3 million logic gates)
  – Xilinx Spartan (10K logic gates)
  – Altera

                                               22
Programmable Logic Devices (PLDs)
           All use AND-OR structure- differ in which is programmable
                        Fixed
                                          Programmable           Programmable
Inputs                  AND array                                               Outputs
                                          connections            OR array
                        (decoder)

                             Programmable read-only memory (PROM)


         Programmable   Programmable                             Fixed
Inputs                                                                          Outputs
         connections    AND array                                OR array

                            Programmable array logic (PAL) device


         Programmable   Programmable       Programmable          Programmable
Inputs                                                                          Outputs
         connections    AND array          connections           OR array

                            Programmable logic array (PLA)
                                    Ahmad Almulhem, KFUPM 2010
Programmable Symbology




                         24
PROM
Note: This PROM has 4 memory locations of 4 bits each




    representation using gates                  simplified representation
                                                                            25
PLA




representation using gates         simplified representation



                                                               26
Programmable Logic Array (PLA)
• AND array and OR array
  are programmable
• XOR is available to
  complement an output if
  needed




• Example:
   • 3 inputs/2 outputs
   • F1 = A B’ + A C + A’ B C’
   • F2 = (AC + BC)’

                                                          Source: Mano’s textbook



                             Ahmad Almulhem, KFUPM 2010
Programmable Array Logic (PAL)
• Fixed OR array and
  programmable AND array
    • Opposite of ROM
• Feed back is used to support
  more product terms
• AND output can not be shared
  here!

• Example:
• 4 inputs/4 outputs with fixed 3-
  input OR gates
• W = A B C’ + A’ B’ C D’
• X=?
• Y=?
• Z=?
                                                     Source: Mano’s textbook
                        Ahmad Almulhem, KFUPM 2010
PAL Logic Diagram




                    29
PROM Design Example
      Use a PROM to implement an:   AB   F1 F2 F3 F4
           • inverter F1 = A
                                    00   1 0 1 0
           • OR     F2 = A+B
           • NAND F3 = A·B          01   1 1 1 1
           • XOR F4 = A B           10   0 1 1 1
                                    11   0 1 0 0




Truth table is transferred
directly to the PROM grid.




                                                       30
Field Programmable Gate Array (FPGA)

 • Xilinx FPGAs
 • Configurable Logic Block
   (CLB)
    • Programmable logic
      and FFs
 • Programmable
   Interconnects
    • Switch Matrices
    • Horizontal/vertical
      lines
 • I/O Block (IOB)
    • Programmable I/O pins


                                                     Source: Mano’s textbook


                        Ahmad Almulhem, KFUPM 2010
Field programmable gate arrays

– a programmable device using more complex cells
FPGA Vendors & Device Families
• Xilinx
   – Virtex-II/Virtex-4: Feature-     • Actel
     packed high-performance
     SRAM-based FPGA                    – Anti-fuse based
   – Spartan 3: low-cost feature          FPGAs
     reduced version                       • Radiation tolerant
   – CoolRunner: CPLDs                  – Flash-based FPGAs
• Altera                              • Lattice
   – Stratix/Stratix-II
      • High-performance SRAM-based
                                        – Flash-based FPGAs
        FPGAs                           – CPLDs (EEPROM)
   – Cyclone/Cyclone-II               • QuickLogic
      • Low-cost feature reduced
        version for cost-critical       – ViaLink-based
        applications                      FPGAs
   – MAX3000/7000 CPLDs
   – MAX-II: Flash-based FPGA
                                                              33
Special FPGA functions
• Internal SRAM
• Embedded Multipliers
  and DSP blocks
• Embedded logic analyzer
• Embedded CPUs
• High speed I/O (~10GHz)
• DDR/DDRII/DDRIII SDRAM
  interfaces
• PLLs
Overview of manufactures
     • Market in 1998:
                                       Atmel   QuickLogic
                                                              Phillips
                                       1.7%      1.4%
                                                               0.7%
                                                                         Others
                                    Cypress
                                                                          0.6%
                                     1.9%
                     Lucent
                      4.8%

                                                                                   Xilinx
                         Actel
                                                                                  30.3%
                         7.4%




                Vantis
                9.8%




                          Lattice
                           9.9%




                                                            Altera
                                                            31.5%




35
PLDs
1 sur 36

Recommandé

Programmable Logic Devices Plds par
Programmable Logic Devices PldsProgrammable Logic Devices Plds
Programmable Logic Devices PldsGaditek
6.7K vues17 diapositives
Programmable array logic par
Programmable array logicProgrammable array logic
Programmable array logicGaditek
12.1K vues23 diapositives
Seminar on field programmable gate array par
Seminar on field programmable gate arraySeminar on field programmable gate array
Seminar on field programmable gate arraySaransh Choudhary
2.3K vues33 diapositives
Complex Programmable Logic Device (CPLD) Architecture and Its Applications par
Complex Programmable Logic Device (CPLD) Architecture and Its ApplicationsComplex Programmable Logic Device (CPLD) Architecture and Its Applications
Complex Programmable Logic Device (CPLD) Architecture and Its Applicationselprocus
4.7K vues18 diapositives
Vlsi stick daigram (JCE) par
Vlsi stick daigram (JCE)Vlsi stick daigram (JCE)
Vlsi stick daigram (JCE)Hrishikesh Kamat
154.5K vues77 diapositives
Fpga architectures and applications par
Fpga architectures and applicationsFpga architectures and applications
Fpga architectures and applicationsSudhanshu Janwadkar
3.5K vues19 diapositives

Contenu connexe

Tendances

Digital logic families par
Digital logic familiesDigital logic families
Digital logic familiesRevathi Subramaniam
1.8K vues17 diapositives
Switch level modeling par
Switch level modelingSwitch level modeling
Switch level modelingDevi Pradeep Podugu
20.4K vues29 diapositives
Vlsi Summer training report pdf par
Vlsi Summer training report pdfVlsi Summer training report pdf
Vlsi Summer training report pdfGirjeshVerma2
7.5K vues42 diapositives
Ditial to Analog Converter par
Ditial to Analog ConverterDitial to Analog Converter
Ditial to Analog ConverterGauravsinh Parmar
4K vues25 diapositives
Successive approximation adc par
Successive approximation adcSuccessive approximation adc
Successive approximation adcMaria Roshan
1.5K vues9 diapositives
Logic families par
Logic familiesLogic families
Logic familiesSandeep Kumar Singh
11.8K vues40 diapositives

Tendances(20)

Vlsi Summer training report pdf par GirjeshVerma2
Vlsi Summer training report pdfVlsi Summer training report pdf
Vlsi Summer training report pdf
GirjeshVerma27.5K vues
Successive approximation adc par Maria Roshan
Successive approximation adcSuccessive approximation adc
Successive approximation adc
Maria Roshan1.5K vues
Programmable Logic Array(PLA) & Programmable Array Logic(PAL) par Revathi Subramaniam
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)Programmable Logic Array(PLA) & Programmable Array Logic(PAL)
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)
Low power vlsi design ppt par Anil Yadav
Low power vlsi design pptLow power vlsi design ppt
Low power vlsi design ppt
Anil Yadav109.9K vues
8051 Microcontroller ppt par Rahul Kumar
8051 Microcontroller ppt8051 Microcontroller ppt
8051 Microcontroller ppt
Rahul Kumar31.1K vues

Similaire à PLDs

PLD's.pptx par
PLD's.pptxPLD's.pptx
PLD's.pptxAhmedAshraf283978
22 vues30 diapositives
Cpld and fpga mod vi par
Cpld and fpga   mod viCpld and fpga   mod vi
Cpld and fpga mod viAgi George
253 vues62 diapositives
L12 programmable+logic+devices+(pld) par
L12 programmable+logic+devices+(pld)L12 programmable+logic+devices+(pld)
L12 programmable+logic+devices+(pld)NAGASAI547
1.1K vues30 diapositives
L12_PROGRAMMABLE+LOGIC+DEVICES+(PLD).ppt par
L12_PROGRAMMABLE+LOGIC+DEVICES+(PLD).pptL12_PROGRAMMABLE+LOGIC+DEVICES+(PLD).ppt
L12_PROGRAMMABLE+LOGIC+DEVICES+(PLD).pptMikeTango5
26 vues30 diapositives
module7.pptx par
module7.pptxmodule7.pptx
module7.pptxAMRITRANJAN30
20 vues30 diapositives
Fundamentals of FPGA par
Fundamentals of FPGAFundamentals of FPGA
Fundamentals of FPGAvelamakuri
31.3K vues53 diapositives

Similaire à PLDs(20)

Cpld and fpga mod vi par Agi George
Cpld and fpga   mod viCpld and fpga   mod vi
Cpld and fpga mod vi
Agi George253 vues
L12 programmable+logic+devices+(pld) par NAGASAI547
L12 programmable+logic+devices+(pld)L12 programmable+logic+devices+(pld)
L12 programmable+logic+devices+(pld)
NAGASAI5471.1K vues
L12_PROGRAMMABLE+LOGIC+DEVICES+(PLD).ppt par MikeTango5
L12_PROGRAMMABLE+LOGIC+DEVICES+(PLD).pptL12_PROGRAMMABLE+LOGIC+DEVICES+(PLD).ppt
L12_PROGRAMMABLE+LOGIC+DEVICES+(PLD).ppt
MikeTango526 vues
Fundamentals of FPGA par velamakuri
Fundamentals of FPGAFundamentals of FPGA
Fundamentals of FPGA
velamakuri31.3K vues
Introduction to FPGA, VHDL par Amr Rashed
Introduction to FPGA, VHDL  Introduction to FPGA, VHDL
Introduction to FPGA, VHDL
Amr Rashed11.4K vues
Reconfigurable ICs par Anish Goel
Reconfigurable ICsReconfigurable ICs
Reconfigurable ICs
Anish Goel191 vues
Architecture of fpg as and cplds par mikeproud
Architecture of fpg as and cpldsArchitecture of fpg as and cplds
Architecture of fpg as and cplds
mikeproud1.9K vues

Plus de VisualBee.com

Homenagem para luiz e marcos (shared using VisualBee) par
Homenagem para luiz e marcos 
 (shared using VisualBee)Homenagem para luiz e marcos 
 (shared using VisualBee)
Homenagem para luiz e marcos (shared using VisualBee)VisualBee.com
2.4K vues7 diapositives
PowerPoint Presentation (shared using VisualBee) par
PowerPoint Presentation (shared using VisualBee)PowerPoint Presentation (shared using VisualBee)
PowerPoint Presentation (shared using VisualBee)VisualBee.com
1.6K vues1 diapositive
PowerPoint Presentation (shared using http://VisualBee.com). (shared using Vi... par
PowerPoint Presentation (shared using http://VisualBee.com). (shared using Vi...PowerPoint Presentation (shared using http://VisualBee.com). (shared using Vi...
PowerPoint Presentation (shared using http://VisualBee.com). (shared using Vi...VisualBee.com
2.3K vues44 diapositives
The bible and I (shared using VisualBee) par
The bible and I (shared using VisualBee)The bible and I (shared using VisualBee)
The bible and I (shared using VisualBee)VisualBee.com
981 vues44 diapositives
bb bb b par
bb bb bbb bb b
bb bb bVisualBee.com
987 vues4 diapositives
bb (shared using VisualBee) par
bb  
(shared using VisualBee)bb  
(shared using VisualBee)
bb (shared using VisualBee)VisualBee.com
788 vues4 diapositives

Plus de VisualBee.com(20)

Homenagem para luiz e marcos (shared using VisualBee) par VisualBee.com
Homenagem para luiz e marcos 
 (shared using VisualBee)Homenagem para luiz e marcos 
 (shared using VisualBee)
Homenagem para luiz e marcos (shared using VisualBee)
VisualBee.com2.4K vues
PowerPoint Presentation (shared using VisualBee) par VisualBee.com
PowerPoint Presentation (shared using VisualBee)PowerPoint Presentation (shared using VisualBee)
PowerPoint Presentation (shared using VisualBee)
VisualBee.com1.6K vues
PowerPoint Presentation (shared using http://VisualBee.com). (shared using Vi... par VisualBee.com
PowerPoint Presentation (shared using http://VisualBee.com). (shared using Vi...PowerPoint Presentation (shared using http://VisualBee.com). (shared using Vi...
PowerPoint Presentation (shared using http://VisualBee.com). (shared using Vi...
VisualBee.com2.3K vues
The bible and I (shared using VisualBee) par VisualBee.com
The bible and I (shared using VisualBee)The bible and I (shared using VisualBee)
The bible and I (shared using VisualBee)
VisualBee.com981 vues
Chua nhat III mua Thuong Nien - Nam C par VisualBee.com
Chua nhat III mua Thuong Nien - Nam CChua nhat III mua Thuong Nien - Nam C
Chua nhat III mua Thuong Nien - Nam C
VisualBee.com638 vues
Diapositive 1 (shared using http://VisualBee.com). par VisualBee.com
Diapositive 1 (shared using http://VisualBee.com).Diapositive 1 (shared using http://VisualBee.com).
Diapositive 1 (shared using http://VisualBee.com).
VisualBee.com375 vues

PLDs

  • 2. What is programmable logic? CMOS Logic Standard uProcessors ASIC Programmable Logic uControllers Logic
  • 3. Logic Circuits Standard Logic Circuits Programmable Logic Circuits • Realize single function or • Contains great number of set of functions, standard logic circuits once defined • Possibility of realizing many various functions and with no possibility of • Hardware can configure changing. any time user need to only by programming. 2/13
  • 4. Programmable logic devices available today • Major programmable logic architecture: CMOS Logic Standard uProcessors Programmable Logic uControllers ASIC Logic SPLD CPLD FPGA
  • 5. Introduction • Fixed function digital ICs are classified according to their complexity. • They are listed here from the least complex to the most complex. • For example :- SSI, MSI, LSI, VLSI and ULSI.
  • 6. Fixed-Function Integrated Circuits Cutaway view of one type of fixed-function IC package showing the chip mounted inside, with connection to input an output pins. 6
  • 7. introduction • In fixed function devices a specific logic function is contained in the IC package when it is purchased and it can never be changed. • Another category of logic device is one in which the logic function is programmed by user and, in some cases, can be reprogrammed many times. • These devices are called programmable logic devices or PLDs.
  • 8. Introduction • In many applications the PLD has replaced the hard-wired fixed function logic device. • However, fixed function is still important and will be around for a long time but in more limited applications.
  • 9. Introduction • Advantages: - - Many more logic circuits can be “stuffed” into a much smaller area with PLDs. - With certain PLDs, logic designs can be easily changed without rewiring or replacing components. - A PLD design can be implemented faster than one using fixed function ICs once the required programming language is mastered.
  • 11. Type of PLDs • The three major types of programmable logic are :- 1) SPLD (Simple Programmable Logic devices) 2) CPLD (Complex Programmable Logic Devices) and 3) FPGA (Field Programmable Gate Array).
  • 12. SPLDs • The least complex form of PLDs. • Can typically replaced several fixed function SSI or MSI devices and their connections. • A typical package has 24 to 28 pins. • A few categories of SPLD are listed below:- - PAL (Programmable Array Logic) - GAL (Generic Array Logic) - PLA (Programmable Logic Array) - PROM (Programmable Read-Only Memory)
  • 13. CPLDs • Much higher capacity than SPLDs, permitting more complex logic circuits to be programmed into them. • A typical CPLD is the equivalent of from 2 to 64 SPLDs and come in 44 pins to 160 pin packages depending on the complexity. • There are several forms of CPLD, which vary in complexity and programming capability.
  • 14. Types of CPLD nCPLDs are made using 2 to 64 SPLDs Typical CPLD packages. 14
  • 15. FPGA • Different from SPLD and CPLD. • Have the greatest logic capacity. • Consist of an array of anywhere from 64 to thousands of logic gates groups that are sometimes called logic blocks. • Two basics classes of FPGA are course grained and fine grained. • FPGAs come in packages ranging up to 1000 pins or more.
  • 16. PLD Programming • A logic circuit design for a PLD is entered using one of two basic methods:- - Schematic Entry - Text based Entry.
  • 17. In order to program a PLD, the following items are required: PLD – there are numerous manufacturers of PLD’s. They come in various sizes with internal structures that are equivalent to hundreds, thousands, or tens of thousands of equivalent gates. PLD programming software – this software allows the user to specify exactly how the circuit should perform. Functions might be specified in terms of truth table, Boolean expressions, state equations, and by several other methods. The PLD programming software would compile the information and produce a JEDEC file , which is essentially an industry standard binary file containing information on how to make connections within a given PLD. There are numerous brands of PLD programming software, including PLDShell, MAX PLUS II, PSPICE, ABEL, CUPL, XILINX, ORCAD, and many others. PLD programmer – this piece of hardware might contain a universal socket that could hold various types of PLD’s. The PLD software produces a JEDEC file which is downloaded into the programmer. The programmer can typically program, copy, erase, and verify the contents of PLD’s. PLD inserted into socket JEDEC file downloaded Computer with PLD programming software 17 PLD Programmer
  • 18. Review 1. What does PLD stand for? 2. What does SPLD stand for? 3. What does CPLD stand for? 4. What does FPGA stand for? 5. Basically, how does a CPLD differ from a SPLD? 6. List two ways in which a logic design can be entered for PLD programming.
  • 19. Review 7. List 4 SPLDs. 8. What is the difference between a PAL and a PLA?
  • 20. Generalized PLD A generic PLD for implementing SOP functions has: Inverter/buffer OR array AND array array for inputs 20
  • 21. PLD’s Compared Type AND array connections OR array connections PROM Fixed at factory Programmable by customer PLA Programmable by Programmable by customer customer PAL Programmable by Fixed at factory or GAL customer 21
  • 22. PLD Logic Capacity • SPLD: about 200 gates • CPLD – Altera FLEX (250K logic gates) – Xilinx XC9500 • FPGA – Xilinx Vertex-E ( 3 million logic gates) – Xilinx Spartan (10K logic gates) – Altera 22
  • 23. Programmable Logic Devices (PLDs) All use AND-OR structure- differ in which is programmable Fixed Programmable Programmable Inputs AND array Outputs connections OR array (decoder) Programmable read-only memory (PROM) Programmable Programmable Fixed Inputs Outputs connections AND array OR array Programmable array logic (PAL) device Programmable Programmable Programmable Programmable Inputs Outputs connections AND array connections OR array Programmable logic array (PLA) Ahmad Almulhem, KFUPM 2010
  • 25. PROM Note: This PROM has 4 memory locations of 4 bits each representation using gates simplified representation 25
  • 26. PLA representation using gates simplified representation 26
  • 27. Programmable Logic Array (PLA) • AND array and OR array are programmable • XOR is available to complement an output if needed • Example: • 3 inputs/2 outputs • F1 = A B’ + A C + A’ B C’ • F2 = (AC + BC)’ Source: Mano’s textbook Ahmad Almulhem, KFUPM 2010
  • 28. Programmable Array Logic (PAL) • Fixed OR array and programmable AND array • Opposite of ROM • Feed back is used to support more product terms • AND output can not be shared here! • Example: • 4 inputs/4 outputs with fixed 3- input OR gates • W = A B C’ + A’ B’ C D’ • X=? • Y=? • Z=? Source: Mano’s textbook Ahmad Almulhem, KFUPM 2010
  • 30. PROM Design Example Use a PROM to implement an: AB F1 F2 F3 F4 • inverter F1 = A 00 1 0 1 0 • OR F2 = A+B • NAND F3 = A·B 01 1 1 1 1 • XOR F4 = A B 10 0 1 1 1 11 0 1 0 0 Truth table is transferred directly to the PROM grid. 30
  • 31. Field Programmable Gate Array (FPGA) • Xilinx FPGAs • Configurable Logic Block (CLB) • Programmable logic and FFs • Programmable Interconnects • Switch Matrices • Horizontal/vertical lines • I/O Block (IOB) • Programmable I/O pins Source: Mano’s textbook Ahmad Almulhem, KFUPM 2010
  • 32. Field programmable gate arrays – a programmable device using more complex cells
  • 33. FPGA Vendors & Device Families • Xilinx – Virtex-II/Virtex-4: Feature- • Actel packed high-performance SRAM-based FPGA – Anti-fuse based – Spartan 3: low-cost feature FPGAs reduced version • Radiation tolerant – CoolRunner: CPLDs – Flash-based FPGAs • Altera • Lattice – Stratix/Stratix-II • High-performance SRAM-based – Flash-based FPGAs FPGAs – CPLDs (EEPROM) – Cyclone/Cyclone-II • QuickLogic • Low-cost feature reduced version for cost-critical – ViaLink-based applications FPGAs – MAX3000/7000 CPLDs – MAX-II: Flash-based FPGA 33
  • 34. Special FPGA functions • Internal SRAM • Embedded Multipliers and DSP blocks • Embedded logic analyzer • Embedded CPUs • High speed I/O (~10GHz) • DDR/DDRII/DDRIII SDRAM interfaces • PLLs
  • 35. Overview of manufactures • Market in 1998: Atmel QuickLogic Phillips 1.7% 1.4% 0.7% Others Cypress 0.6% 1.9% Lucent 4.8% Xilinx Actel 30.3% 7.4% Vantis 9.8% Lattice 9.9% Altera 31.5% 35