Giter Club home page Giter Club logo

debam_decoder_based_approximate_multiplier's Introduction

DeBAM : Decoder based Approximate Multiplier for low power applications

This repository presents the source code for the novel decoder logic-based multiplier (DeBAM) design with the intent to reduce the partial products generated. Thus, leading to a reduction in the hardware complexity and power consumption while maintaining a low error rate.

Our proposed design in an 8-bit format achieves 40.96% and 22.30% power reduction compared to the accurate and approximate unsigned multipliers. Our design is parameterized providing users the flexibility to deploy multipliers of desired bit-width (N) along with the choice of the number of approximate decoder logic blocks implemented ( (N - M)/2 ) to suit application specifications.

More details about the hardware architecture of DeBAM is available here : https://ieeexplore.ieee.org/document/9296261

Contents

Verilog Design source

Our verilog code has two key parameters N (Multiplier bit-width) and M (Number of Accurate blocks) allowing us to generate the unsigned approximate multipliers of multiple configurations of different bit widths. The parameter M and N can be modified as desired with the following constraints :

  • N must be a multiple of 2 (values of N >= 8 have tested)
  • M must satisfy the equation (( N-M )/2 >= 3) i.e. the number of approximate Decoder logic blocks must be greater than or equal to 3.
  • Some of examples valid configurations for which we have generated hardware metrics are (N.M) -> (8,2) , (16,4) , (16,6) , (16,8)

Matlab functional Implementation

  • A parameterized (N,M) software based Matlab function has been implemented ascertains the expected approximate multiplication output from our proposed multiplier.
  • This can be used to ascertain whether the given parameterized implementation is within the error limit for application specific deployment.

This work is based on following article. Please refer them for more detailed description of DeBAM.

  1. S. Nambi, U. A. Kumar, K. Radhakrishnan, M. Venkatesan and S. E. Ahmed, "DeBAM: Decoder Based Approximate Multiplier for Low Power Applications," in IEEE Embedded Systems Letters, doi: 10.1109/LES.2020.3045165. https://ieeexplore.ieee.org/document/9296261

Please refer/cite this paper if you find this work useful for or in your research.

debam_decoder_based_approximate_multiplier's People

Contributors

sureshnambi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.