Code Monkey home page Code Monkey logo

ieee_754_converter's Introduction

CUSTOMIZED FLOATING POINT REPRESENTATION

Objectives

The main purpose of the project is to convert and process customized floating point representation using given interger part and fraction part, such as add, substarct and multiply in hardware implementation.

Details

----Basics

Following IEEE 754 repesentation (https://en.wikipedia.org/wiki/IEEE_754), similarly, sign part, exponent part and fraction part are the components for output. The sample file for IEEE 754 is "ieee_754_converter_with_frac.v and ieee_mul.v"

----Advanced

Now the bit width for fraction part is customized so that the precision is adjusted by users. Moreover, the processing of adding, substarcting and multiplying is supported for customized representation.

Addition

Supported by Intelligent Sensory Microsystems Laboratory, Department of Electrical and Computer Engineering, University of Toronto, the application for the represeation is square root function for interger inputin hardware implementaiton, which is named "op_amp.v" with other helper modules. Theoretically, it supports input from 1 to 2^128 in decimal. It is testing currently.

ieee_754_converter's People

Contributors

zandent 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.