- May 27, 2017
-
-
Howard Mao authored
-
- May 19, 2017
-
-
jhauser-ucberkeley authored
integers.
-
- Apr 27, 2017
-
-
John Hauser authored
'RoundAnyRawFNToRecFN'.
-
John Hauser authored
integer values in module 'DivSqrtRecF64_mulAddZ31'.
-
- Mar 11, 2017
-
-
John Hauser authored
of 'var'.
-
Wesley W. Terpstra authored
If you use a 'val' in an object, it is only run once. This makes the first elaboration of a Module different from subsequent elaboration runs, breaking deduplication.
-
- Feb 11, 2017
-
-
John Hauser authored
known as jamming).
-
- Jan 14, 2017
-
-
John Hauser authored
-
John Hauser authored
-
John Hauser authored
rounding mode so that it rounds to minimum magnitude instead, same as 'minMag'.
-
- Jan 04, 2017
-
-
Palmer Dabbelt authored
Newer releases of berkeley-softfloat-3 allow users to set the SPECIALIZE_TYPE variable without applying a patch. This commit removes the patch and sets the variable on the make commandline instead. Note that there's no dependency checking for berkeley-softfloat-3 when checked out locally, so you might have to "make distclean" to get the new version.
-
Palmer Dabbelt authored
These are downloaded by the Makefile so they should really get removed on "make clean".
-
- Dec 09, 2016
-
-
John Hauser authored
nearest, or to maximum magnitude on ties) and with tests for detecting underflow tininess after rounding.
-
John Hauser authored
"near_maxMag" (round to nearest, or to maximum magnitude on ties) and "odd" (round to value with least-significant bit set), and with support for choosing tininess detection on underflow (tininess detected either before or after rounding).
-
- Dec 03, 2016
-
-
John Hauser authored
source code.
-
John Hauser authored
modes "near_maxMag" (round to nearest, or to maximum magnitude on ties) and "odd" (round to value with least-significant bit set).
-
- Nov 26, 2016
-
-
John Hauser authored
of a result is now done by the shared rounding module, 'RoundRawFNToRecFN'.
-
- Nov 19, 2016
-
-
John Hauser authored
conventions.
-
John Hauser authored
-
- Oct 22, 2016
-
-
John Hauser authored
-
John Hauser authored
separate module and adding more rounding control options (not yet truly supported).
-
John Hauser authored
-
- Aug 01, 2016
-
-
Andrew Waterman authored
-
- Jun 29, 2016
-
-
Andrew Waterman authored
-
- Apr 02, 2016
-
-
John Hauser authored
more cases correctly.
-
John Hauser authored
the input floating-point value is zero.
-
- Mar 06, 2016
-
-
Andrew Waterman authored
Stop comparing Bits
-
Palmer Dabbelt authored
Chisel 3 doesn't support comparison on Bits.
-
- Mar 04, 2016
-
-
Colin Schmidt authored
-
- Feb 27, 2016
-
-
John Hauser authored
the output is an unsigned integer.
-
John Hauser authored
first macrostage of module `DivSqrtRecF64_mulAddZ31'.
-
Palmer Dabbelt authored
-
- Feb 25, 2016
-
-
Colin Schmidt authored
This builds correctly for me
-
Palmer Dabbelt authored
-
- Feb 13, 2016
-
-
John Hauser authored
-
- Feb 06, 2016
-
-
John Hauser authored
Chisel 3 compatibility.
-
- Jan 21, 2016
-
-
John Hauser authored
-
- Jan 17, 2016
-
-
Andrew Waterman authored
They differ in their effects on width inference. x >> 3 results in a node that's 3 bits narrower than x. x >> UInt(3) results in a node with the same width as x.
-
Andrew Waterman authored
This reverts commit 5141a03a, which depends on a new version of Chisel. Unfortunately, that version of Chisel has a bug that breaks the FMA unit. Although I've fixed the bug, It hasn't yet made it into a release. At that time, we can re-incorporate this patch.
-
Andrew Waterman authored
These bugs cropped up because tests were failing to fail.
-