berkeley-hardfloat | repository contains hardware floating-point units | Apps library

 by   ucb-bar Scala Version: v1.2.6 License: Non-SPDX

kandi X-RAY | berkeley-hardfloat Summary

kandi X-RAY | berkeley-hardfloat Summary

berkeley-hardfloat is a Scala library typically used in Apps applications. berkeley-hardfloat has no bugs, it has no vulnerabilities and it has low support. However berkeley-hardfloat has a Non-SPDX License. You can download it from GitHub.

This repository contains hardware floating-point units written in Chisel. This library contains parameterized floating-point units for fused multiply-add operations, conversions between integer and floating-point numbers, and conversions between floating-point conversions with different precision. WARNING: These units are works in progress. They may not be yet completely free of bugs, nor are they fully optimized.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              berkeley-hardfloat has a low active ecosystem.
              It has 217 star(s) with 73 fork(s). There are 53 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 16 open issues and 9 have been closed. On average issues are closed in 153 days. There are 5 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of berkeley-hardfloat is v1.2.6

            kandi-Quality Quality

              berkeley-hardfloat has 0 bugs and 0 code smells.

            kandi-Security Security

              berkeley-hardfloat has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              berkeley-hardfloat code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              berkeley-hardfloat has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              berkeley-hardfloat releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.
              It has 3159 lines of code, 47 functions and 33 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of berkeley-hardfloat
            Get all kandi verified functions for this library.

            berkeley-hardfloat Key Features

            No Key Features are available at this moment for berkeley-hardfloat.

            berkeley-hardfloat Examples and Code Snippets

            No Code Snippets are available at this moment for berkeley-hardfloat.

            Community Discussions

            QUESTION

            What does the Queue Standard Library Interface of Chisel 3 synthesizes to?
            Asked 2017-Dec-18 at 17:41

            There are brief definitions of Queue and other Standard Library Interfaces of Chisel (Decoupled, Valid, etc) in the Cheat-Sheet and a bit more detail in the Chisel Manual. I also found these two answers here at StackOverflow - here and here.

            However, neither of these resources explains in the plastic way - and I feel that would help me better understand the purpose of these Interfaces - what do these lines of code synthesize to - what do they look like in actual hardware?

            For example, here is a snippet of the FPU code from the package HardFloat:

            val input = Decoupled(new DivRecFN_io(expWidth, sigWidth)).flip

            where DivRecFN_io is a class as follows:

            class DivRecFN_io(expWidth: Int, sigWidth: Int) extends Bundle { val a = ... val b = ... val ... ... }

            What exactly is achieved with the line containing Decouple?

            Thank you.

            ...

            ANSWER

            Answered 2017-Dec-18 at 17:41

            Decoupled wires a DivRecFN Bundle to field named bits and adds ready and valid signals that are typically used to manage flow control for Modules that do not return results within a single cycle. By default DecoupledIO's data fields would be Output. The flip at the end of the line would convert that to Input. Considering a module C which contains the val input and a module P that uses an instance of Module(C), The module C would be consuming the data in the Bundle, the parent of this module P would be producing the data placed in the Bundle. C would assert ready to indicate it is ready for data, and would read/use that data when valid is asserted by P. The fields in the decoupled Bundle would be

            Source https://stackoverflow.com/questions/47823120

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install berkeley-hardfloat

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/ucb-bar/berkeley-hardfloat.git

          • CLI

            gh repo clone ucb-bar/berkeley-hardfloat

          • sshUrl

            git@github.com:ucb-bar/berkeley-hardfloat.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link