Personal tools

Difference between revisions of "Design and Implementation of an Approximate Floating Point Unit"

From iis-projects

Jump to: navigation, search
(Short Description)
(Short Description)
Line 21: Line 21:
 
: 25% EDA tools
 
: 25% EDA tools
  
 +
===Professor===
 +
: [http://www.iis.ee.ethz.ch/portrait/staff/lbenini.en.html Luca Benini]
 +
<!-- : [http://www.iis.ee.ethz.ch/portrait/staff/huang.en.html Qiuting Huang] --->
 +
<!-- : [http://lne.ee.ethz.ch/en/general-information/people/professor.html Vanessa Wood] --->
 +
<!-- : [http://www.iis.ee.ethz.ch/portrait/staff/mluisier.en.html Mathieu Luisier] --->
 +
<!-- : [http://www.iis.ee.ethz.ch/portrait/staff/schenk.en.html Andreas Schenk] --->
 +
<!-- : [http://www.dz.ee.ethz.ch/en/general-information/about/staff/uid/364.html Hubert Kaeslin] --->
 
[[#top|↑ top]]
 
[[#top|↑ top]]
  
  
[[Category:Digital]] [[Category:Semester Thesis]] [[Category:Master Thesis]] [[Category:Available]] [[Category:UlpSoC]]
+
[[Category:Hot]] [[Category:Digital]] [[Category:Semester Thesis]] [[Category:Master Thesis]] [[Category:Available]] [[Category:UlpSoC]]

Revision as of 15:06, 4 February 2014

Ultra-low power processor design.jpg

Short Description

Floating point units (FPU) are one part of a micro-processor and usually directly integrated in the pipeline. In a multi-processor environment one private FPU per processor core is not the most energy efficient implementation because floating point (FP)-operations are not always used which means they remain idle for lots of cycles. Sharing FPUs among the processors is expected to improve the utilization of the FPUs and therefore reduce the overall power consumption of the system. Sharing FPUs allows to employ several different units, which can be either precise or approximate.

An approximate FPU benefits of a smaller design, a faster and low-power execution and is a promising approach to further improve the energy efficiency of the system. One way to approximate FP-operations is to use Newton's method to compute FP-operations in an iterative manner. A very fast first order approximation using a look-up table is already sufficient for many applications and greatly simplifies the design.

Your task will be to establish a matlab framework to evaluate different algorithms to approximate FP-operations and finally implement the preferred algorithm in hardware such that it can be integrated in the multi-processor platform.

Status: Available

Looking for Interested Students
Supervisors: Michael Gautschi, Michael Schaffner

Prerequisites

VLSI I
Interest in Computer Architectures
Matlab and VHDL/System Verilog knowledge

Character

25% Theory
50% ASIC Design
25% EDA tools

Professor

Luca Benini

↑ top