Prabhat Mishra, Nikil Dutt, Alex Nicolau - PowerPoint PPT Presentation

About This Presentation
Title:

Prabhat Mishra, Nikil Dutt, Alex Nicolau

Description:

Functional Abstraction driven Design Space Exploration ... Abstraction Possible ? ... Functional Abstraction. Structure of a generic processor. Behavior of a ... – PowerPoint PPT presentation

Number of Views:77
Avg rating:3.0/5.0
Slides: 15
Provided by: ahal5
Learn more at: http://www.cise.ufl.edu
Category:

less

Transcript and Presenter's Notes

Title: Prabhat Mishra, Nikil Dutt, Alex Nicolau


1
  • Prabhat Mishra, Nikil Dutt, Alex Nicolau
  • Architectures and Compilers for Embedded Systems
    (ACES)
  • Center for Embedded Computer Systems
  • University of California, Irvine
  • October 03, 2001

2
Outline
  • Motivation
  • Functional Abstraction
  • Contemporary example architectures
  • Design Space Exploration
  • Summary

3
Motivation
  • Contemporary architectures vary widely
  • RISC, DSP, VLIW, Superscalar
  • Toolkit is available for certain class of
    architectures
  • Emerging architectures have combined features
  • TI C6x (DSP VLIW), Itanium (VLIW Superscalar)
  • Design space exploration is important
  • a way of specifying wide varieties of features
  • automatic software toolkit generation
  • Allows designers to make fast design decisions by
    reusing the abstraction primitives

4
Is Abstraction Possible ?
  • Similarities
  • Functional units, connected using ports,
    connections, and pipeline latches
  • Memory consists of SRAM, DRAM, caches ..
  • Differences
  • Same unit with different parameters
  • Same functionality in different unit
  • New architectural features
  • Defined generic functions, sub-functions and
    computational framework

5
The Flow
Specification
Architecture Specification (EXPRESSION ADL)
Feedback
Functional Abstraction
Generic Simulation Models
Compiler
Simulator
Obj
Application
Design Space Exploration
6
Functional Abstraction
  • Structure of a generic processor
  • Behavior of a generic processor
  • Generic memory subsystem
  • Generic controller
  • Interrupts and exceptions
  • Generic DMA, co-processor etc.

7
Generic Fetch Unit
  • FetchUnit ( read per cycle n, res_Station size,
    ........ )
  • address ReadPC()
  • Instructions ReadInstMemory(address, n)
  • WriteToReservationStation(Instructions, n)
  • outInst ReadFromreservationStation(m)
  • WriteLatch(decode_latch, outInst)
  • pred QueryPredictor(address)
  • If pred
  • nextPC QueryBTB(address)
  • SetPC (nextPC)
  • else
  • IncrementPC(x)

8
Generic Controller
Fetch BB 0 SB 0
Opcode src1 scr2 dest
Decode BB 0 SB 0
FloatIssue BB 0 SB 0
MemIssue BB 0 SB 0
IntIssue BB 0 SB 0
ALU
FMPY1 BB 0 SB 0
AddrCalc BB 0 SB 0
FADD1 BB 0 SB 0
ALU2 BB 0 SB 0
ALU1 BB 0 SB 0
FDIV BB 0 SB 0
SQRT BB 0 SB 0
FADD2 BB 0 SB 0
TLB BB 0 SB 0
FMPY2 BB 0 SB 0
MPY3 BB 0 SB 0
FADD3 BB 0 SB 0
Distributed Control
Control Table for MIPS R10K Processor
9
Contemporary Example Architectures
  • MIPS R10K Architecture
  • Dynamic, superscalar microprocessor implements
    64-bit MIPS-4 instruction set
  • Fetch/execute speculatively beyond branches
  • out-of-order execution, in-order completion
  • TI C6x Architecture
  • Hybrid 8-way VLIW DSP
  • Novel memory subsystem cache hierarchy,
    configurable SRAM, partitioned register file
  • Captured and generated toolkit for DLX, TI C6x,
    MIPS R10K, and PowerPC architectures

10
Design Space Exploration
  • Exploration varying processor features
  • MIPS R10K with in-order completion
  • 27 perf. improvement using out-of-order
    completion for multimedia DSP benchmarks
  • The complete experiment took one week
  • Co-processor based exploration
  • TI C6x, functional unit is used for vector
    multiply
  • 22 performance improvement using coprocessor for
    DSPStone benchmarks
  • The complete experiment took one week
  • Memory subsystem exploration

11
Design Space Exploration
Co-processor based Exploration using TI C6x
12
Design Space Exploration
Exploration varying MIPS R10K processor features
13
Summary
  • Design Space Exploration (DSE) of heterogeneous
    architectures is necessary
  • Functional abstraction based DSE
  • Defined necessary functional abstractions
  • Captures wide varieties of architectures
  • Reduction of exploration time by an order of
    magnitude
  • Ongoing work
  • Generating synthesized hardware
  • Automatic property checking during DSE

14
  • Thank you!
Write a Comment
User Comments (0)
About PowerShow.com