Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction...

13
1 1 Digital Circuits II Introduction to Programmable Logic Devices References: Chapter 4 Programmable Logic Devices, Text Book: Digital Logics: A Practical Approach with VHDL , 9 th Edition, by William Kleitz , published by Pearson. Spring 2015 Paul I - Hai Lin, Professor Dept. of Computer, Electrical and Information Technology Indiana University - Purdue University Fort Wayne Prof. Paul Lin 2 Outline What is PLD Advantages of PLDs PLD Applications PLD Design Flow PLD Architecture The CPLD Using PLDs to Solve Basic Logic Designs Tutorial for Using Aletra’s Quartus II Design and Simulation Software FPGA Applications Prof. Paul Lin

Transcript of Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction...

Page 1: Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction to Programmable Logic Devices ... Advantages of PLDs ... (Application Specific IC)

1

1

Digital Circuits II

Introduction to Programmable Logic Devices

References: Chapter 4 Programmable Logic Devices, Text Book:

Digital Logics: A Practical Approach with VHDL, 9th Edition, by

William Kleitz, published by Pearson.

Spring 2015

Paul I-Hai Lin, Professor

Dept. of Computer, Electrical and Information Technology

Indiana University-Purdue University Fort Wayne

Prof. Paul Lin

2

Outline

What is PLD

Advantages of PLDs

PLD Applications

PLD Design Flow

PLD Architecture

The CPLD

Using PLDs to Solve Basic Logic Designs

Tutorial for Using Aletra’s Quartus II Design and Simulation Software

FPGA Applications

Prof. Paul Lin

Page 2: Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction to Programmable Logic Devices ... Advantages of PLDs ... (Application Specific IC)

2

3

What is PLD?

A PLD is an electronic component used to build

reconfigurable digital circuits. Before the PLD can used

in a circuit, it must be programmed.

Any digital logic design can be implemented using PLDs

Four Types of PLDs

• SPLDs (Simple PLD)

• CPLDs (Complex PLD)

• FPGAs (Field Programmable Gate Array)

• ASICs (Application Specific IC)

Prof. Paul Lin

4

Fix Logic vs. Programmable Logic [3][4]

The PLD Advantages

• Increased integration: (Reduce the package count, Increased

features)

• Lower power: (CMOS and fewer packages)

• Lower cost:

Customer Off-the-self availability (short lead times for

prototypes or production parts)

Does not require customers to pay for large NRE (Non-

Recurring Engineering) costs

Available in any quantity and any time (reduce inventory

cost)

• Easier to Change:

More flexibility during the design cycle

Can be programmed, upgraded via the Internet

Prof. Paul Lin

Page 3: Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction to Programmable Logic Devices ... Advantages of PLDs ... (Application Specific IC)

3

5

Implementing the Boolean Equation Using

7400 Series Logic ICs Figure 4-3 Implementing the Boolean equation X = A’B + (B+C)’

using 7400-series logic ICs: (a) Logic Diagram; (b) connection to chips

Prof. Paul Lin

6

Implementing the Boolean Equation Using a

PLD Figure 4-4 Implementing the Boolean equation X = A’B + (B+C)’

using a PLD

Altera MAX 700 PLD Family, http://www.altera.com/literature/ds/m7000.pdf

Prof. Paul Lin

Page 4: Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction to Programmable Logic Devices ... Advantages of PLDs ... (Application Specific IC)

4

7

Figure 4-5 The Altera DE2 Development and

Education Board

Prof. Paul Lin

8

PLD Applications

Glue Logic, required to design a microcomputer system

State Machines

Synchronization

Decoders

Counters

Bus Interfaces

Parallel-to-Serial

Serial-to-Parallel

Subsystems

etc

Prof. Paul Lin

Page 5: Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction to Programmable Logic Devices ... Advantages of PLDs ... (Application Specific IC)

5

9

PLD Design Process/Flow

1. Design Idea

2. Develop the equations to solve the required logic

operations

3. Design Entering: Schematic Editor/VHDL Text Editor

4. Simulate the input/output conditions via timing

waveform analysis

5. Compile the program

6. Program the PLD Chips

7. Test the final programmed PLD Chips via actual

input/output signals

Prof. Paul Lin

10

SPLD (Simple Programmable Logic

Devices) Manufacturers

• Atmel, http://www.atmel.com/products/other/spld-cpld/

• Lattice, http://www.latticesemi.com/

• Cypress,

http://www.cypress.com/?id=7&source=header

• STMicroelectronics,

http://www.st.com/web/en/home.html

• Texas Instrument,

http://www.ti.com/sc/docs/products/proglgc/

Prof. Paul Lin

Page 6: Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction to Programmable Logic Devices ... Advantages of PLDs ... (Application Specific IC)

6

11

SPLD (Simple Programmable Logic

Devices)Figure 4-6 One-line convention for PLDs

Prof. Paul Lin

12

SPLD (Simple Programmable Logic

Devices) Figure 4-7 PAL Architecture of an SPLD (programmable

AND, fixed OR)

Prof. Paul Lin

Page 7: Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction to Programmable Logic Devices ... Advantages of PLDs ... (Application Specific IC)

7

13

SPLD (Simple Programmable Logic

Devices) PAL (Programmable Array Logic)

• A programmable logic device in which each output is computed

as a two-level “Sum of Products” (an OR of ANDs) expression

• Use a programmable “macro cell” on each output

• Programmable AND, Fixed OR

• Programming the PAL: blows the fuses

• PAL16L8 (Figure 4-9) – an Example

16 inputs, 8 outputs PAL16L8

Programmable Logic Arrays (PLAs), [7]

• Pre-fabricated building block of many AND/OR gates (actually

implemented NOR/NAND)

• Programmable array block diagram for implementing SOP form

of logic equations

• Programmable AND, Programmable OR

Prof. Paul Lin

14

SPLD (Simple Programmable Logic

Devices) Figure 4-8 PLA Architecture of an SPLD (programmable

AND, programmable OR)

Prof. Paul Lin

Page 8: Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction to Programmable Logic Devices ... Advantages of PLDs ... (Application Specific IC)

8

15

Figure 4-9 The PAL16L8 Devices (16-inputs, 8-

outputs)

Prof. Paul Lin

16

The CPLD

Combining several PAL type SPLD into a single IC

package

Example: Altera MAX 7000S

Consists of thousands of individual logic gates

Nonvolatile (remember logic and interconnections

through EEPROM)

Figure 4-10 – Internal structure of a CPLD

Prof. Paul Lin

Page 9: Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction to Programmable Logic Devices ... Advantages of PLDs ... (Application Specific IC)

9

17

Figure 4-10 Internal structure of a CPLD

Prof. Paul Lin

18

Figure 4-11 X = ABCD + AB’CD’ + A’ B’ C’ D’: (a) implemented using

7400-series ICs; (b) implemented within a LUT of an FPGA (showing the

flow for ABCD).

Prof. Paul Lin

Page 10: Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction to Programmable Logic Devices ... Advantages of PLDs ... (Application Specific IC)

10

19

Figure 4-11 X = ABCD + AB’CD’ + A’ B’ C’ D’: (a) implemented using

7400-series ICs; (b) implemented within a LUT of an FPGA (showing the

flow for ABCD).

Prof. Paul Lin

20

Using PLD to Solve Basic Logic Design Figure 4-12 FPGA Design Flows

Prof. Paul Lin

Page 11: Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction to Programmable Logic Devices ... Advantages of PLDs ... (Application Specific IC)

11

21

Using PLD to Solve Basic Logic Design

Figure 4-13(a) Block editor file

(b) VHDL text editor

(c) Simulation waveform file

Prof. Paul Lin

22

Example 4-1

Prof. Paul Lin

Page 12: Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction to Programmable Logic Devices ... Advantages of PLDs ... (Application Specific IC)

12

23

Example 4-1 Continue

(b) X = (ABC)’

(c) X = AB

Prof. Paul Lin

24

Example 4-1 Continue

(b) X = AB +B’C

(c) X = A + (BC’)

Y = AB + (B+C)’

Prof. Paul Lin

Page 13: Digital Circuits II Introduction to Programmable Logic Devices · Digital Circuits II Introduction to Programmable Logic Devices ... Advantages of PLDs ... (Application Specific IC)

13

Summary & Conclusion

Prof. Paul Lin 25