Multipliers for floating-point double precision and beyond on FPGAs

  • Authors:
  • Sebastian Banescu;Florent de Dinechin;Bogdan Pasca;Radu Tudoran

  • Affiliations:
  • Technical University of Cluj-Napoca, Romania;LIP, projet Arénaire, ENS de Lyon, Lyon Cedex, France;LIP, projet Arénaire, ENS de Lyon, Lyon Cedex, France;Technical University of Cluj-Napoca, Romania

  • Venue:
  • ACM SIGARCH Computer Architecture News
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

The implementation of high-precision floating-point applications on reconfigurable hardware requires large multipliers. Full multipliers are the core of floating-point multipliers. Truncated multipliers, trading resources for a well-controlled accuracy degradation, are useful building blocks in situations where a full multiplier is not needed. This work studies the automated generation of such multipliers using the embedded multipliers and adders present in the DSP blocks of current FPGAs. The optimization of such multipliers is expressed as a tiling problem, where a tile represents a hardware multiplier, and super-tiles represent combinations of several hardware multipliers and adders, making efficient use of the DSP internal resources. This tiling technique is shown to adapt to full or truncated multipliers. It addresses arbitrary precisions including single, double but also the quadruple precision introduced by the IEEE-754-2008 standard and currently unsupported by processor hardware. An open-source implementation is provided in the FloPoCo project.