0% found this document useful (0 votes)
49 views19 pages

Programmable Logic: - More Gates!

The document discusses the evolution of programmable logic devices (PLDs) including PALs, CPLDs, and FPGAs. It explains that CPLDs improved upon PALs by incorporating multiple PALs on a single chip connected via a programmable interconnect matrix. FPGAs then advanced this concept further by arranging numerous primitive logic elements like LUTs in an array with programmable routing in between. The document also outlines features and considerations for different FPGA families from manufacturers like Altera, Xilinx, and Actel.

Uploaded by

saeeed3
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views19 pages

Programmable Logic: - More Gates!

The document discusses the evolution of programmable logic devices (PLDs) including PALs, CPLDs, and FPGAs. It explains that CPLDs improved upon PALs by incorporating multiple PALs on a single chip connected via a programmable interconnect matrix. FPGAs then advanced this concept further by arranging numerous primitive logic elements like LUTs in an array with programmable routing in between. The document also outlines features and considerations for different FPGA families from manufacturers like Altera, Xilinx, and Actel.

Uploaded by

saeeed3
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 19

Programmable Logic

• So far, have only talked about PALs (see


22V10 figure next page).
• What is the next step in the evolution of PLDs?
– More gates!
• How do we get more gates? We could put
several PALs on one chip and put an
interconnection matrix between them!!
– This is called a Complex PLD (CPLD).

12/07/21 BR Fall 99 1
22V10 PLD

12/07/21 BR Fall 99 2
Programmable
Cypress CPLD interconnect matrix.

Each logic block is


similar to a 22V10.

12/07/21 BR Fall 99 3
Any other approaches?
Another approach to building a “better” PLD is place a lot of
primitive gates on a die, and then place programmable
interconnect between them:

12/07/21 BR Fall 99 4
Field Programmable Gate Arrays
The FPGA approach to arrange primitive logic elements
(logic cells) arrange in rows/columns with programmable
routing between them.
What constitutes a primitive logic element? Lots of different
choices can be made! Primitive element must be classified as a
“complete logic family”.
• A primitive gate like a NAND gate
• A 2/1 mux (this happens to be a complete logic family)
• A Lookup table (I.e, 16x1 lookup table can implement any
4 input logic function).
Often combine one of the above with a DFF to form the
primitive logic element.
12/07/21 BR Fall 99 5
Other FPGA features
• Besides primitive logic elements and programmable
routing, some FPGA families add other features
• Embedded memory
– Many hardware applications need memory for data
storage. Many FPGAs include blocks of RAM for this
purpose
• Dedicated logic for carry generation, or other
arithmetic functions
• Phase locked loops for clock synchronization,
division, multiplication.

12/07/21 BR Fall 99 6
Altera Flex 10K FPGA Family

12/07/21 BR Fall 99 7
Altera Flex 10K FPGA Family (cont)

12/07/21 BR Fall 99 8
Dedicated memory

12/07/21 BR Fall 99 9
16 x1 LUT

DFF

12/07/21 BR Fall 99 10
12/07/21 BR Fall 99 11
Emedded Array Block
• Memory block, Can be configured:
– 256 x 8, 512 x 4, 1024 x 2, 2048 x 1

12/07/21 BR Fall 99 12
Issues in FPGA Technologies
• Complexity of Logic Element
– How many inputs/outputs for the logic element?
– Does the basic logic element contain a FF? What type?
• Interconnect
– How fast is it? Does it offer ‘high speed’ paths that cross the chip? How
many of these?
– Can I have on-chip tri-state busses?
– How routable is the design? If 95% of the logic elements are used, can I
route the design?
• More routing means more routability, but less room for logic
elements

12/07/21 BR Fall 99 13
Issues in FPGA Technologies (cont)
• Macro elements
– Are there SRAM blocks? Is the SRAM dual ported?
– Is there fast adder support (i.e. fast carry chains?)
– Is there fast logic support (i.e. cascade chains)
– What other types of macro blocks are available (fast decoders?
register files? )
• Clock support
– How many global clocks can I have?
– Are there any on-chip Phase Logic Loops (PLLs) or Delay
Locked Loops (DLLs) for clock synchronization, clock
multiplication?

12/07/21 BR Fall 99 14
Issues in FPGA Technologies (cont)
• What type of IO support do I have?
– TTL, CMOS are a given
– Support for mixed 5V, 3.3v IOs?
• 3.3 v internal, but 5V tolerant inputs?
– Support for new low voltage signaling standards?
• GTL+, GTL (Gunning Tranceiver Logic) - used on Pentium II
• HSTL - High Speed Transceiver Logic
• SSTL - Stub Series-Terminate Logic
• USB - IO used for Universal Serial Bus (differential signaling)
• AGP - IO used for Advanced Graphics Port
– Maximum number of IO? Package types?
• Ball Grid Array (BGA) for high density IO

12/07/21 BR Fall 99 15
Altera FPGA Family Summaries
• Altera Flex10K/10KE
– LEs (Logic elements) have 4-input LUTS (look-up tables) +1 FF
– Fast Carry Chain between LE’s, Cascade chain for logic
operations
– Large blocks of SRAM available as well
• Altera Max7000/Max7000A
– EEPROM based, very fast (Tpd = 7.5 ns)
– Basically a PLD architecture with programmable interconnect.
– Max 7000A family is 3.3 v

12/07/21 BR Fall 99 16
Xilinx FPGA Family Summaries
• Virtex Family
– SRAM Based
– Largest device has 1M gates
– Configurable Logic Blocks (CLBs) have two 4-input LUTS, 2 DFFs
– Four onboard Delay Locked Loops (DLLs) for clock
synchronization
– Dedicated RAM blocks (LUTs can also function as RAM).
– Fast Carry Logic
• XC4000 Family
– Previous version of Virtex
– No DLLs, No dedicated RAM blocks

12/07/21 BR Fall 99 17
Actel FPGA Family Summaries
• MXDS Family
– Fine grain Logic Elements that contain Mux logic + DFF
– Embedded Dual Port SRAM
– One Time Programmable (OTP) - means that no configuration
loading on powerup, no external serial ROM
– AntiFuse technology for programming (AntiFuse means that
you program the fuse to make the connection).
– Fast (Tpd = 7.5 ns)
– Low density compared to Altera, Xilinx - maximum number
of gates is 36,000

12/07/21 BR Fall 99 18
Cypress CPLDs
• Ultra37000 Family
– 32 to 512 Macrocells
– Fast (Tpd 5 to 10ns depending on number of
macrocells)
– Very good routing resources for a CPLD

12/07/21 BR Fall 99 19

You might also like