Giter Club home page Giter Club logo

fpu's Introduction

FPU Notes
---------
Using this open source FPU for a research Project.

1)  The FPU will never generate a SNAN output
1a) The SNAN output is asserted when one of the operands
    was a signaling NAN (output will be a quiet NAN).
1b) The QNAN output is asserted whenever the OUTPUT of
    the FPU is NAN (always a quiet NAN).



FPU
===
The FPU consists of the following files:

		verilog/fpu.v
		verilog/pre_norm.v
		verilog/primitives.v
		verilog/post_norm.v
		verilog/except.v",
		verilog/pre_norm_fmul.v

(fpu.v is the top level)

The testbench is in: test_bench/test_top.v

To simulate the FPU using the included test bench
use a comand like:

verilog		test_bench/test_top.v	\
		verilog/fpu.v		\
		verilog/pre_norm.v	\
		verilog/primitives.v	\
		verilog/post_norm.v	\
		verilog/except.v	\
		verilog/pre_norm_fmul.v



FCMP
====
The FP compare consists of
	fcmp/verilog/fcmp.v

The testbench for FP compare is in: fcmp/test_bench/test_top.v

To simulate the FP compare using the included test bench
use a comand like:

verilog		fcmp/test_bench/test_top.v	\
		fcmp/verilog/fcmp.v



MISC
====
Do not change the directory structure, the testbench
depends on it !

Please also read the README file in the test_vectors
directory.

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.