-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathREADME.html
More file actions
63 lines (49 loc) · 1.63 KB
/
Copy pathREADME.html
File metadata and controls
63 lines (49 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>Berkeley HardFloat Package Overview</TITLE>
</HEAD>
<BODY>
<H1>
Note: This is a Bespoke Silicon Group mirror of
of https://www.jhauser.us/arithmetic/HardFloat.html
with modifications for PPA improvement.
---------------------------------
</H1>
<H1>Package Overview for Berkeley HardFloat Release 1</H1>
<P>
John R. Hauser<BR>
2019 July 29<BR>
</P>
<P>
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.
</P>
<P>
The HardFloat package is documented in the following files in the
<CODE>doc</CODE> subdirectory:
<BLOCKQUOTE>
<TABLE>
<TR>
<TD><A HREF="doc/HardFloat-Verilog.html"><NOBR><CODE>HardFloat-Verilog.html</CODE></NOBR></A></TD>
<TD>Documentation for the HardFloat modules.</TD>
</TR>
<TR>
<TD><A HREF="doc/HardFloat-test-Verilog.html"><NOBR><CODE>HardFloat-test-Verilog.html</CODE></NOBR></A></TD>
<TD>Documentation for testing HardFloat using Verilog simulation</TD>
</TR>
<TR>
<TD><NOBR><A HREF="doc/HardFloat-test-Verilator.html"><CODE>HardFloat-test-Verilator.html</CODE></A><CODE> </CODE></NOBR></TD>
<TD>Documentation for testing HardFloat using Verilator</TD>
</TR>
</TABLE>
</BLOCKQUOTE>
<P>
Other files in the package comprise the source code for HardFloat and
associated testing infrastructure.
</P>
</BODY>
</HTML>