Programmable Logic Circuits: - PowerPoint PPT Presentation

About This Presentation
Title:

Programmable Logic Circuits:

Description:

Title: PowerPoint Author: Last modified by: amr.talaat Created Date: 7/18/2001 11:57:34 PM Document presentation format – PowerPoint PPT presentation

Number of Views:237
Avg rating:3.0/5.0
Slides: 52
Provided by: 6649950
Category:

less

Transcript and Presenter's Notes

Title: Programmable Logic Circuits:


1
ELCT 903
  • Programmable Logic Circuits
  • Introduction

Dr. Eng. Amr T. Abdel-Hamid
Fall 2010
2
Course Contents
  • Introduction to Programmable Logic Devices
  • Number systems and basic arithmetic operations
  • Computer Arithmetic Basic Functions
  • Addition
  • Multiplication
  • Division
  • Floating-point arithmetic
  • Special FP Functions
  • Pipelining Basics
  • Test Bench Generation

3
Course Grading
  • Exams
  • Quizzes (10) 3 Quizzes best 2
  • Midterm (20)
  • Final exam (40)
  • Assignments (50)
  • Project (25)

4
Project
  • Course Project
  • Building a Fast Floating Point MIPS
    Microprocessor
  • Other topics (after instructor approval)
  • Mixed Signal Design
  • IP Protection
  • More in your master/graduation project topic to
    publish a paper?

5
Project
  • Phase 0 Select your partner (27/9/2010)
  • Submit list of your group members (2-4 per group)
  • Phase 1
  • .
  • .
  • .
  • .
  • .
  • Phase N Finael Project Implementation Report
  • (2 weeks before finals)

FINAL Non-Negotiable deadline
6
In time It is too LATE Policy
  • In phases 0, 1
  • 5 of project grade penalty per day for being
    late
  • In phase 2, to n
  • No late presentation is possible.
  • Honor code
  • 100 penalty for both copier and copy-giver of
    Any Report/CODE.

7
Why PLCs?
  • Main Design Goal Construct an implementation
    with desired functionality.
  • Key design challenge Simultaneously optimize
    numerous design metrics
  • Design metric
  • A measurable feature of a systems
    implementation
  • Optimizing design metrics is a key challenge

8
Design Challenge
  • Size the physical space required by the system
  • Performance the execution time or throughput of
    the system
  • Power the amount of power consumed by the system
  • Energy
  • What is the difference between power and Energy?

9
Design Challenge
  • Time-to-prototype the time needed to build a
    working version of the system
  • Time-to-market the time required to develop a
    system to the point that it can be released and
    sold to customers
  • Maintainability the ability to modify the system
    after its initial release
  • NRE cost (Non-Recurring Engineering cost) The
    one-time monetary cost of designing the system
  • Flexibility the ability to change the
    functionality of the system without incurring
    heavy NRE cost

10
Time-to Market
  • Time required to develop a product to the point
    it can be sold to customers
  • Market window
  • Period during which the product would have
    highest sales
  • Average time-to-market constraint is about 8
    months
  • Delays can be costly

Revenues ()
Time (months)
11
Delayed Market Entry
  • Simplified revenue model
  • Product life 2W, peak at W
  • Time of market entry defines a triangle,
    representing market penetration
  • Triangle area equals revenue
  • Loss
  • The difference between the on-time and delayed
    triangle areas

Peak revenue
Peak revenue from delayed entry
On-time
Market rise
Revenues ()
Market fall
Delayed
D
W
2W
On-time Delayed entry entry
Time
12
Design Productivity Gap
  • 1981 leading edge chip required 100 designer
    months
  • 10,000 transistors / 100 transistors/month
  • 2002 leading edge chip requires 30,000 designer
    months
  • 150,000,000 / 5000 transistors/month
  • Designer cost increase from 1M to 300M

13
The Mythical Man-Month
  • The situation is even worse than the productivity
    gap indicates
  • In theory, adding designers to team reduces
    project completion time
  • In reality, productivity per designer decreases
    due to complexities of team management and
    communication
  • In the software community, known as the mythical
    man-month (Brooks 1975)
  • At some point, can actually lengthen project
    completion time! (Too many cooks)
  • 1M transistors, 1 designer5000 trans/month
  • Each additional designer reduces for 100
    trans/month
  • So 2 designers produce 4900 trans/month each

14
NRE and Unit Cost Metrics
  • Costs
  • Unit cost the monetary cost of manufacturing
    each copy of the system, excluding NRE cost
  • NRE cost (Non-Recurring Engineering cost) the
    one-time monetary cost of designing the system
  • total cost NRE cost unit cost of
    units
  • per-product cost total cost / of units
  • (NRE cost / of units) unit cost
  • Example
  • NRE2000, unit100
  • For 10 units
  • total cost 2000 10100 3000
  • per-product cost 2000/10 100 300

15
NRE and unit cost metrics
  • Compare technologies by costs -- best depends on
    quantity
  • Technology A NRE2,000, unit100
  • Technology B NRE30,000, unit30
  • Technology C NRE100,000, unit2
  • But, must also consider time-to-market

16
Hardware Design Flow
Behavioral Description
RTL Implementation
Human
Human
Gate Level Synthesis
Logic Synthesis
Layout Synthesis
Chip Programming
Layout (Masks)
PLC
Manufacturing
Product ASIC
17
Programmable Logic
  • Many programmable logic devices are field-
    programmable, i. e., can be programmed outside of
    the manufacturing environment
  • Most programmable logic devices are erasable and
    reprogrammable.
  • Allows updating a device or correction of
    errors
  • Allows reuse the device for a different design -
    the ultimate in re-usability!
  • Ideal for course laboratories
  • Programmable logic devices can be used to
    prototype design that will be implemented for
    sale in regular ICs.
  • Complete Intel Pentium designs were actually
    prototyped with specialized systems based on
    large numbers of VLSI programmable devices!

18
Programmable Logic Circuits
  • Facts
  • It is most economical to produce an IC in large
    volumes
  • Many designs required only small volumes of Ics
  • A programmable logic part can be
  • made in large volumes
  • programmed to implement large numbers of
    different low-volume designs

19
Hierarchy of Logic Implementations
20
Programming Technologies
  • Programming technologies are used to
  • Control connections
  • Build lookup tables
  • Control transistor switching
  • The technologies
  • Control connections
  • Mask programming
  • Fuse
  • Antifuse
  • Single-bit storage element

21
Programming Technologies
  • The technologies (continued)
  • Build lookup tables
  • Storage elements (as in a memory)
  • Transistor Switching Control
  • Stored charge on a floating transistor gate
  • Erasable
  • Electrically erasable
  • Flash (as in Flash Memory)
  • Storage elements (as in a memory)

22
Technology Characteristics
  • Permanent - Cannot be erased and reprogrammed
  • Mask programming
  • Fuse
  • Antifuse
  • Reprogrammable
  • Volatile - Programming lost if chip power lost
  • Single-bit storage element
  • Non-Volatile
  • Erasable
  • Electrically erasable
  • Flash (as in Flash Memory)

23
Field- Programmable Logic Devices
  • Component function is defined by users program.
  • Logic Cells Fields are interconnected by
    programming.
  • Advantages
  • Flexible design that changes by reprogramming,
    ease of design changes
  • Reduce prototype-product time
  • Large scale integration (over 100 000 gates)
  • Reliability increased, low financial risk
  • Smaller device, low start-up cost

4/13
24
Programmable Configurations
  • Read Only Memory (ROM) - a fixed array of AND
    gates and a programmable array of OR gates
  • Programmable Array Logic (PAL)Ò - a programmable
    array of AND gates feeding a fixed array of OR
    gates.
  • Programmable Logic Array (PLA) - a programmable
    array of AND gates feeding a programmable array
    of OR gates.
  • Complex Programmable Logic Device (CPLD) /Field-
    Programmable Gate Array (FPGA) - complex enough
    to be called architectures

25
ROM
  • A special device (called a burner), used to put
    the information, supplies an electrical current
    to specific cells in the ROM that effectively
    blows a fuse in them burning the PROM. From
    that point on, chip is read-only.
  • PROM was the first type of user-programmable
    chip address lines logic circuit inputs data
    lines logic circuit outputs
  • PROMs are inefficient architecture for realizing
    logic circuit

6/13
26
Read Only Memory Example
  • Example A 8 X 4 ROM (N 3 input lines, M 4
    output lines)
  • The fixed "AND" array is adecoder with 3
    inputs and 8outputs implementing minterms.
  • The programmable "ORarray uses a single line
    torepresent all inputs to anOR gate. An X in
    thearray corresponds to attaching theminterm to
    the OR
  • Read Example For input (A2,A1,A0) 011, output
    is (F3,F2,F1,F0 ) 0011.
  • What are functions F3, F2 , F1 and F0 in terms of
    (A2, A1, A0)?

27
PLA
  • PLA was the first device developed for
    implementing
  • Consist of two levels of logic gates -
    programmable wired AND-plane OR-plane
  • Drawbacks
  • Expensive to manufacture
  • Offered somewhat poor speed-performance

Note
28
Programmable Logic Array Example
  • What are the equations for F1 and F2?
  • Could the PLA implement the functions
    without the XOR gates?
  • 3-input, 3-output PLA with 4 product terms

29
Programmable Logic Array (PLA)
  • Compared to a ROM and a PAL, a PLA is the most
    flexible having a programmable set of ANDs
    combined with a programmable set of ORs.
  • Advantages
  • A PLA can have large N and M permitting
    implementation of equations that are impractical
    for a ROM (because of the number of inputs, N,
    required 
  • A PLA has all of its product terms connectable
    to all outputs, overcoming the problem of the
    limited inputs to the PAL Ors
  • Some PLAs have outputs that can be complemented,
    adding POS functions

30
Programmable Logic Array (PLA)
  • Disadvantages
  • Often, the product term count limits the
    application of a PLA.
  • Two-level multiple-output optimization is
    required to reduce the number of product terms
    in an implementation, helping to fit it into a
    PLA.
  • Multi-level circuit capability available in PAL
    not available in PLA. PLA requires external
    connections to do multi-level circuits.

31
PAL
  • Overcame weaknesses of PLA
  • Single level of programmability - consists of a
    programmable wired AND-plane fixed OR-gates
  • Simpler to program and cheaper implementation
  • Limited numbers of terms in each output

32
Programmable Array Logic (PAL)
  • The PAL is the opposite of the ROM, having a
    programmable set of ANDs combined with fixed ORs.
  • Disadvantage
  • ROM guaranteed to implement any M functions of
    Ninputs. PAL may have too few inputs to the OR
    gates.
  • Advantages
  • For given internal complexity, a PAL can have
    larger N and M
  • Some PALs have outputs that can be complemented,
    adding POS functions
  • No multilevel circuit implementations in ROM
    (without external connections from output to
    input). PAL hasoutputs from OR terms as
    internal inputs to all ANDterms, making
    implementation of multi-level circuits easier.

33
Programmable Array Logic Example
  • 4-input, 3-output PAL with fixed, 3-input OR
    terms
  • What are the equations for F1 through F4?
  • F1
  • F2
  • F3
  • F4

34
Programmable Logic Devices (PLD)
35
Register PLA
  • Contain flip flops connected to the OR gate
    outputs
  • Importance
  • Profound effect ondigital hardware design
  • Basis for more sophisticated architectures

9/13
36
CPLD
possibility to produce devices with higher
capacity than SPLDs.
  • Technology advanced
  • Structure grows too quickly in size as the
    number of inputs is increased
  • Integrating multiple SPLDs onto a single chip -
    the only feasible way to provide large capacity
    devices based on SPLD
  • Programmably connect the SPLD blocks together
  • Logic capacity up to the equivalent of about 50
    typical SPLD devices

10/13
37
Sequential PLD
  • Sequential Programmable Logic Device (SPLD)

38
Basic Macrocell of Sequential PLD
39
Complex PLD (CPLD)
  • CPLD consists multiple SPLD arrays and
    programmable interconnections.
  • LAB SPLD
  • PIA Programmable Interconnect Array
  • LAB PIA are programmed using software.
  • CPLD density is usually specified in terms of
    macrocells or LAB.
  • Altera Xilinx are the major manufacturers.

40
CPLD
41
Altera CPLDs
  • Altera produces three lines of CPLDs
  • EPLD series
  • MAX series
  • FLEX series
  • It also produces a completedesign tool
  • MAXPLUS 2
  • Quartus II

42
Altera MAX 7000 CPLD
43
Xilinx CPLDs
  • CoolRunner II, XC9500
  • XC9500 is similar to MAX 7000, has PAL
    architecture
  • CoolRunner II has PLA architecture

44
CoolRunner II Architecture
  • FB LAB
  • AIM (Advanced Interconnect Matrix) PIA
  • 232 FBs

45
FPGA
  • Provides logic blocks instead of AND or NAND
    plane
  • Typical logic blocks is LUT
  • Volatile devices
  • Programmable read-only memory (PROM) can be used
    to make it nonvolatile

46
FPGA
  • Difficult extending CPLDs architectures to higher
    densities - a different approach is needed
  • FPGAs comprise an array of uncommited circuit
    elements, called logic blocks, and interconnect
    resources
  • FPGA configuration is performed through
    programming by the end user.

47
FPGA
48
LUT as Logic Block
49
FPGA concept
  • Field Programmable Gate Array
  • Basic elements
  • Configurable logic block (CLB)
  • I/O block
  • interconnections
  • CLB is simpler than LAB or FB, but there are many
    more of them

50
Configurable Logic Block (CLB)
  • Many FPGAs are volatile because their LUTs are
    based on SRAM.

51
Which Way to Go?
ASICs
FPGAs
Off-the-shelf
High performance
Low development cost
Low power
Short time to market
Low cost in high volumes
Reconfigurability
Write a Comment
User Comments (0)
About PowerShow.com