OpenCores
URL https://opencores.org/ocsvn/fpu/fpu/trunk

Subversion Repositories fpu

[/] [fpu/] [tags/] [third_release/] [README] - Blame information for rev 2

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 rudi
FPU Notes
2
---------
3
 
4
1)  The FPU will never generate a SNAN output
5
1a) The SNAN output is asserted when one of the operands
6
    was a signaling NAN (output will be a quiet NAN).
7
1b) The QNAN output is asserted whenever the OUTPUT of
8
    the FPU is NAN (always a quiet NAN).
9
 
10
 
11
 
12
 
13
The FPU consists of the following files:
14
 
15
                verilog/fpu.v
16
                verilog/pre_norm.v
17
                verilog/primitives.v
18
                verilog/post_norm.v
19
                verilog/except.v",
20
                verilog/pre_norm_fmul.v
21
 
22
(fpu.v is the top level)
23
 
24
The testbench is in: test_bench/test_top.v
25
 
26
To simulate the FPU using the included test bench
27
us a comand like:
28
 
29
verilog         test_bench/test_top.v   \
30
                verilog/fpu.v           \
31
                verilog/pre_norm.v      \
32
                verilog/primitives.v    \
33
                verilog/post_norm.v     \
34
                verilog/except.v        \
35
                verilog/pre_norm_fmul.v
36
 
37
 
38
Do not change the directory structure, the testbench
39
depends on it !
40
 
41
Please also rea the readme file in the test_vectors
42
directory.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.