/HardFloat-Verilog

Berkeley HardFloat, Release 1 (2019 July), from https://www.jhauser.us/arithmetic/HardFloat.html

Primary LanguageC++OtherNOASSERTION

Package Overview for Berkeley HardFloat Release 1

John R. Hauser
2019 July 29

Berkeley HardFloat is a hardware implementation of binary floating-point
that conforms to the IEEE Standard for Floating-Point Arithmetic.  This
version of HardFloat is encoded in Verilog.  Additional sources are included
for testing HardFloat through simulation.

The HardFloat package is documented in the following files in the "doc"
subdirectory:

    HardFloat-Verilog.html         Documentation for the HardFloat modules.
    HardFloat-test-Verilog.html    Documentation for testing HardFloat using
                                    Verilog simulation
    HardFloat-test-Verilator.html  Documentation for testing HardFloat using
                                    Verilator

Other files in the package comprise the source code for HardFloat and
associated testing infrastructure.