1 / 25

Specific Choice of Soft Processor Features

Specific Choice of Soft Processor Features. Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering. Hard and Soft Processors. Hard Processors. Soft Processors. Made from transistors Cost millions to make Faster in speed Consume less power. Built on FPGA Fabric

jin
Download Presentation

Specific Choice of Soft Processor Features

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Specific Choice of Soft Processor Features Mark Grover Prof. Greg Steffan Dept. of Electrical and Computer Engineering

  2. Hard and Soft Processors HardProcessors SoftProcessors • Made from transistors • Cost millions to make • Faster in speed • Consume less power • Built on FPGA Fabric • Are customizable • Can cater to application specific needs Processor Architecture Verilog

  3. Research Problem • Choose the best micro-architectural features • Want to optimize the use of resources • Power consumption(as minimum as possible) • Area(as less as possible) • Wall Clock Time(lesser the better) • Time Spent

  4. SPREE • Soft Processor Rapid Exploration Environment • Scanned the whole of design space • Is it viable enough? • What if a new application comes into picture? • What if the performance criteria changes? • Say, the user doesn’t care about area any more?

  5. Research Objective Maximum power, area Software Application Enhanced Simulator Part 1 Enhanced Simulator (MINT) Enhanced Simulator Part 2 Approximates • What if a new application comes into picture? • What if the performance criteria changes? Fastest micro-architectural combination

  6. Outline • Motivation • Implementation • Implementation Scheme(in general) • Data deciphering • Results • Multiplier option • Discussion • Conclusion • Long Term Goal

  7. Implementation Scheme Experimental Data for some Benchmarks Look for trends and dependencies Propose a suitable relationship Comparing with the trade-offs and providing the best solution

  8. Data Deciphering • Multiplier option(Hard/Soft Multiplier) • Approximate cycle count change on using them? • Multiplication operation is converted to a set of shifts and adds • Simulated the algorithm to find the equivalent number of instructions • Plotted the number of equivalent instructions vs. the changes in cycle counts(experimental data)

  9. Hard and Soft Multiplier Hard Multiplier Soft Multiplier No dedicated multiplier Each multiply instruction converted into simpler instructions No change in area, frequency or power • Does the multiply operation as a single instruction • Occupies finite area • Delays the clock by a finite time • Consumes finite amount of power

  10. Method of Analysis Set of Branches, Shifts and Add instructions A*B For all multiply instructions in the benchmark Total change in equivalent instructions Plot with the change in cycle count (experimental)for all processor variants

  11. Outline • Motivation • Implementation • Implementation Scheme(in general) • Data deciphering • Results • Multiplier option • Discussion • Conclusion • Long Term Goal

  12. Results • Gnuplot used to plot graphs on log scale • A linear correlation obtained between the points plotted

  13. Example 1 Increase in cycle counts(Log Scale) Change in equivalent instructions from hard-multiplier to soft multiplier on pipe5,barrelshift proc

  14. Example 2 Increase in cycle counts(Log Scale) Change in equi. instructions from hard-multiplier to soft multiplier on serial shift, high rise processor

  15. Outline • Motivation • Implementation • Implementation Scheme(in general) • Data deciphering • Results • Multiplier option • Discussion • Conclusion • Long Term Goal

  16. Discussion Generated by gnuplot • “Fit.log” as a good measure of correlation • Percentage uncertainty is expressed by Asymptotic Standard Error(A.S.E) • Example 1- A.S.E is 4.132% • Example 2- A.S.E is 3.166% • A linear dependence is found on log scale

  17. A.S.E of all Processor Variants

  18. Outline • Motivation • Implementation • Implementation Scheme(in general) • Data deciphering • Results • Multiplier option • Discussion • Conclusion • Long Term Goal

  19. Conclusion • Linear fit enables to predict quite accurately the change in cycle count with change in feature • This change for all the features servers as input to part 2 of the enhanced simulator • Template for future work

  20. This gives the approx. change in cycle count for new application Example 2 Increase in cycle counts(Log Scale) From part 1 of MINT by running the application on it Change in equi. instructions from hard-multiplier to soft multiplier on serial shift, high rise processor

  21. Future Work • Presently, dealt only with the multiplier option • Similar analysis on other features • Comparison between user demands and approximate cycle counts

  22. References • Improving Pipelined Soft Processors with Multithreading, Martin Labrecque and J. Gregory Steffan • Application-Specific Customization of Soft Processor Microarchitecture, Peter Yiannacouras, J. Gregory Steffan and Jonathan Rose

  23. Special Thanks • Prof. Greg Steffan • CARG(Compiler & Architecture Reading-Group) • PaCRaT(Parallelism and Customization Research At university of Toronto)

  24. What I learnt? • Research is not a 9 to 5 Job, it’s a lifestyle of discovering something small but relevant from time to time • At times, you see that nothing is bearing fruits for you, then is the time to get off from your seat

  25. Thanks Any Questions ???

More Related