l12: reconfigurable logic architecturesweb.mit.edu/6.111/www/s2009/lectures/l12.pdf · l12: 6.111...

29
L12: 6.111 Spring 2009 1 Introductory Digital Systems Laboratory L12: Reconfigurable Logic Architectures L12: Reconfigurable Logic Architectures Acknowledgements: ¾ Lecture material adapted from R. Katz, G. Borriello, “Contemporary Logic Design” (second edition), Copyright 2005 Prentice-Hall/Pearson Education. ¾ Frank Honore ¾Lecture Notes prepared by Professor Anantha Chandrakasan

Upload: others

Post on 11-Jun-2020

7 views

Category:

Documents


0 download

TRANSCRIPT

L12: 6.111 Spring 2009 1Introductory Digital Systems Laboratory

L12: Reconfigurable Logic ArchitecturesL12: Reconfigurable Logic Architectures

Acknowledgements:

Lecture material adapted from R. Katz, G. Borriello, “Contemporary Logic Design”(second edition), Copyright 2005 Prentice-Hall/Pearson Education.

Frank Honore

Lecture Notes prepared by Professor Anantha Chandrakasan

L12: 6.111 Spring 2009 2Introductory Digital Systems Laboratory

History of Computational FabricsHistory of Computational Fabrics

Discrete devices: relays, transistors (1940s-50s)Discrete logic gates (1950s-60s)Integrated circuits (1960s-70s)

e.g. TTL packages: Data Book for 100’s of different parts

Gate Arrays (IBM 1970s)Transistors are pre-placed on the chip & Place and Route software puts the chip together automatically – only program the interconnect (mask programming)

Software Based Schemes (1970’s- present)Run instructions on a general purpose core

Programmable Logic (1980’s to present)A chip that be reprogrammed after it has been fabricatedExamples: PALs, EPROM, EEPROM, PLDs, FPGAsExcellent support for mapping from Verilog

ASIC Design (1980’s to present)Turn Verilog directly into layout using a library of standard cells Effective for high-volume and efficient use of silicon area

L12: 6.111 Spring 2009 3Introductory Digital Systems Laboratory

Lisp Machine

L12: 6.111 Spring 2009 4Introductory Digital Systems Laboratory

Reconfigurable LogicReconfigurable Logic

Logic blocksTo implement combinationaland sequential logic

InterconnectWires to connect inputs andoutputs to logic blocks

I/O blocksSpecial logic blocks at periphery of device forexternal connections

Key questions:How to make logic blocks programmable?(after chip has been fabbed!)What should the logic granularity be?How to make the wires programmable?(after chip has been fabbed!)Specialized wiring structures for localvs. long distance routes?How many wires per logic block?

LogicLogic

Configuration

Inputs Outputsn m

Q

QSET

CLR

D

L12: 6.111 Spring 2009 5Introductory Digital Systems Laboratory

Programmable Array Logic (PAL)Programmable Array Logic (PAL)

Based on the fact that any combinational logic can be realized as a sum-of-productsPALs feature an array of AND-OR gates with programmable interconnect

inputsignals

outputsignals

programming of product terms

programming of sum terms

ANDarray OR array

L12: 6.111 Spring 2009 6Introductory Digital Systems Laboratory

Inside the 22v10 PALInside the 22v10 PAL

Each input pin (and its complement) sent to the AND arrayOR gates for each output can take 8-16 product terms, depending on output pin“Macrocell” block provides additional output flexibility...

L12: 6.111 Spring 2009 7Introductory Digital Systems Laboratory

Cypress PAL CE22V10Cypress PAL CE22V10

Combinational/active low

Combinational/active high

Outputs may be registered or combinational, positive or inverted

From Lattice SemiconductorFrom Cypress

L12: 6.111 Spring 2009 8Introductory Digital Systems Laboratory

RAM Based Field Programmable RAM Based Field Programmable Logic Logic -- XilinxXilinx

CLB

CLB

CLB

CLB

SwitchMatrix

ProgrammableInterconnect I/O Blocks (IOBs)

ConfigurableLogic Blocks (CLBs)

D Q

SlewRate

Control

PassivePull-Up,

Pull-Down

Delay

Vcc

OutputBuffer

InputBuffer

Q D

Pad

D QSD

RDEC

S/RControl

D QSD

RDEC

S/RControl

1

1

F'G'

H'

DIN

F'G'

H'

DIN

F'

G'H'

H'

HFunc.Gen.

GFunc.Gen.

FFunc.Gen.

G4G3G2G1

F4F3F2F1

C4C1 C2 C3

K

Y

X

H1 DIN S/R EC

L12: 6.111 Spring 2009 9Introductory Digital Systems Laboratory

The The XilinxXilinx 4000 CLB4000 CLB

L12: 6.111 Spring 2009 10Introductory Digital Systems Laboratory

Two 4Two 4--input Functions, Registered Outputinput Functions, Registered Outputand a Two Input Functionand a Two Input Function

L12: 6.111 Spring 2009 11Introductory Digital Systems Laboratory

55--input Function, Combinational Outputinput Function, Combinational Output

L12: 6.111 Spring 2009 12Introductory Digital Systems Laboratory

LUT MappingLUT Mapping

N-LUT direct implementation of a truth table: any function of n-inputs.N-LUT requires 2N storage elements (latches)N-inputs select one latch location (like a memory)

4LUT example

Latches set by configuration bitstream

Inputs

Output

Why Latches and Not Registers?

L12: 6.111 Spring 2009 13Introductory Digital Systems Laboratory

Configuring the CLB as a RAMConfiguring the CLB as a RAM

Memory is built using Latches not FFs

Read is same a LUT Function!

16x2

L12: 6.111 Spring 2009 14Introductory Digital Systems Laboratory

XilinxXilinx 4000 Interconnect4000 Interconnect

L12: 6.111 Spring 2009 15Introductory Digital Systems Laboratory

XilinxXilinx 4000 Interconnect Details4000 Interconnect Details

Wires are not ideal!

L12: 6.111 Spring 2009 16Introductory Digital Systems Laboratory

XilinxXilinx 4000 Flexible IOB4000 Flexible IOB

Adjust Transition Time

Adjust the Sampling Edge

Outputs through FF or bypassed

L12: 6.111 Spring 2009 17Introductory Digital Systems Laboratory

Add Bells & WhistlesAdd Bells & Whistles

HardProcessor

I/O

BRAM

Gigabit Serial

Multiplier

ProgrammableTermination

Z

VCCIO

Z

Z

ImpedanceControl Clock

Mgmt (DCM)

18 Bit

18 Bit36 Bit

Courtesy of David B. Parlour, ISSCC 2004 Tutorial, “The Reality and Promise of Reconfigurable Computing in Digital Signal Processing”

L12: 6.111 Spring 2009 18Introductory Digital Systems Laboratory

The The VirtexVirtex II CLB (Half Slice Shown)II CLB (Half Slice Shown)

L12: 6.111 Spring 2009 19Introductory Digital Systems Laboratory

Adder ImplementationAdder Implementation

Y = A ⊕ B ⊕ CinAB

Cin

CoutLUT: A⊕B

1 half-Slice = 1-bit adder

Dedicated carry logic

L12: 6.111 Spring 2009 20Introductory Digital Systems Laboratory

Carry ChainCarry Chain

1 CLB = 4 Slices = 2, 4-bit adders

64-bit Adder: 16 CLBs

+

CLB15

CLB0A[3:0]B[3:0]

A[63:60]B[63:60]

A[63:0]

B[63:0]Y[63:0]

Y[3:0]

Y[63:60]

Y[64]

CLBs must be in same column

CLB1A[7:4]B[7:4] Y[7:4]

L12: 6.111 Spring 2009 21Introductory Digital Systems Laboratory

VirtexVirtex II FeaturesII Features

Double Data Rate registers Digital Clock Manager

Embedded MultiplierBlock SelectRAM

L12: 6.111 Spring 2009 22Introductory Digital Systems Laboratory

The Latest Generation: VirtexThe Latest Generation: Virtex--66

4 (18x18)72kbit15kbit240Spartan 3E1,344 (25x18)22,752kbit6,200kbit667,000Virtex 6*144 (18x18)2,592kbit1,056kbit8,448Virtex 2*

MultipliersBlock RAM

Dist RAMCLB

* Compare 2nd most performance

DSP with 25x18 multiplier

Gigabit ethernetsupport

L12: 6.111 Spring 2009 23Introductory Digital Systems Laboratory

Design Flow Design Flow -- MappingMapping

Technology Mapping: Schematic/HDL to Physical Logic unitsCompile functions into basic LUT-based groups (function of target architecture)

always @ (posedge clock)beginif (reset) q <= 0;else q <= (a & b & c) | (b & d);

end

Q

QSET

CLR

D

LUTQ

QSET

CLR

D

abc

db

L12: 6.111 Spring 2009 24Introductory Digital Systems Laboratory

Design Flow Design Flow –– Placement & RoutePlacement & Route

Placement – assign logic location on a particular device

LUT

LUT

LUT

Routing – iterative process to connect CLB inputs/outputs and IOBs. Optimizes critical path delay – can take hours or days for large, dense designs

Iterate placement if timing not met

Satisfy timing? Generate Bitstream to config device

Challenge! Cannot use full chip for reasonable speeds (wires are not ideal). Typically no more than 50% utilization.

L12: 6.111 Spring 2009 25Introductory Digital Systems Laboratory

Example: Verilog to FPGAExample: Verilog to FPGA

module adder64 (a, b, sum); input [63:0] a, b; output [63:0] sum;

assign sum = a + b;endmodule

Virtex II – XC2V2000

• Synthesis• Tech Map• Place&Route

64-bit Adder Example

L12: 6.111 Spring 2009 26Introductory Digital Systems Laboratory

How are How are FPGAsFPGAs Used?Used?

(courtesy of IKOS)FPGA-based Emulator

Logic EmulationPrototyping

Ensemble of gate arrays used to emulate a circuit to be manufacturedGet more/better/faster debugging done than with simulation

Reconfigurable hardwareOne hardware block used to implement more than one function

Special-purpose computation engines

Hardware dedicated to solving one problem (or class of problems)Accelerators attached to general-purpose computers (e.g., in a cell phone!)

L12: 6.111 Spring 2009 27Introductory Digital Systems Laboratory

Personal FPGA - BASYS

4 pushbottons

4 digit display

VGA port

Clock freq select

reset

USB prog. port & power

8 slide switches

4 user i/o 16 total

8 LED’s

L12: 6.111 Spring 2009 28Introductory Digital Systems Laboratory

FPGA Software

Xilinx ISE Web-packA free, downloadable design environment for both Microsoft Windows and Linux - but it's a 2.25GB download.All the tools and features of ISE Foundation, including the XilinxCORE Generator™ system and FPGA EditorSupport for Xilinx FPGA families, including the Virtex-5 Family of platform FPGAs (does not support big FPGA's like XCV6000!)

Modelsim available for student download (ModelsimPE) with 6 month license.Most prototyping boards can be programmed via USB.

L12: 6.111 Spring 2009 29Introductory Digital Systems Laboratory

SummarySummary

FPGA provide a flexible platform for implementing digital computingA rich set of macros and I/Os supported (multipliers, block RAMS, ROMS, high-speed I/O)A wide range of applications from prototyping (to validate a design before ASIC mapping) to high-performance spatial computingInterconnects are a major bottleneck (physical design and locality are important considerations)

“College students will study concurrent programming instead of “C” as their first

computing experience.”

-- David B. Parlour, ISSCC 2004 Tutorial