Personal tools

Design of a Fused Multiply Add Floating Point Unit

From iis-projects

Revision as of 18:31, 14 April 2016 by Gautschi (talk | contribs) (Created page with "400px|right|thumb ==Short Description== ''Floating point units'' (FPU) are one part of a micro-processor and usually directly integrated in the pipeline. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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. We have already designed a FPU unit with support for FP-additions, FP-subtractions, and FP-Multiplications.

In linear algebra we often face multiply-add operations which could be very efficiently handled by an FPU which is capable of doing multiply-add in a fused unit.

Your task will be to come up with an hardware efficient architecture for a fused multiply-add FPU in hardware and plug it to the RISC-V processor.

Status: Available

Supervisors: Michael Gautschi, Michael Schaffner


Prerequisites

VLSI I
Interest in Computer Architectures
System Verilog knowledge

Character

25% Theory
50% ASIC Design
25% EDA tools

Professor

Luca Benini

↑ top

Detailed Task Description

Goals

Practical Details

Results