ieee754fpu.git
2019-02-23 Luke Kenneth... move unit test order
2019-02-23 Luke Kenneth... remove unneeded class declaration
2019-02-23 Luke Kenneth... add a dual-chained add experiment
2019-02-23 Luke Kenneth... store logic-test conditions in intermediates
2019-02-21 Luke Kenneth... isolate inputs and outputs in FPGetA class
2019-02-21 Luke Kenneth... FPADD need no longer be derived from FPBase
2019-02-21 Luke Kenneth... remove explicit code-adding of states, use for-loop...
2019-02-21 Luke Kenneth... move putz to separate class
2019-02-21 Luke Kenneth... move pack to separate class
2019-02-21 Luke Kenneth... move corrections to separate class
2019-02-21 Luke Kenneth... move rounding to separate class
2019-02-21 Luke Kenneth... move normalisation stages to separate classes
2019-02-21 Luke Kenneth... move add1 stage to separate class
2019-02-21 Luke Kenneth... add comment
2019-02-21 Luke Kenneth... split out add0 stage into separate class
2019-02-21 Luke Kenneth... move align to separate class
2019-02-21 Luke Kenneth... create separate denormalisation class
2019-02-21 Luke Kenneth... move special cases to separate state class
2019-02-21 Luke Kenneth... move get_a and get_b to their own classes
2019-02-20 Aleksandar... Remove coments with verilog code
2019-02-20 Luke Kenneth... split denormalisation to separate state
2019-02-20 Luke Kenneth... latch into FPNumIn within module
2019-02-20 Luke Kenneth... create separate modules for fpnum in and out
2019-02-20 Luke Kenneth... make module out of overflow class
2019-02-20 Luke Kenneth... create module for FPNum
2019-02-20 Luke Kenneth... reset allowed on FPop, not on FPNum
2019-02-20 Luke Kenneth... store roundz test in comb variable
2019-02-19 Luke Kenneth... store testing of nan/inf/zero in comb Signals
2019-02-19 Luke Kenneth... move setting of stb into else block
2019-02-19 Luke Kenneth... reset_less on signals that do not need it
2019-02-19 Luke Kenneth... reorganise unit test single to do much more comprehensi...
2019-02-19 Luke Kenneth... take out FP16 non-canonical NaN weirdness for now
2019-02-19 Luke Kenneth... add corner-cases +/-0 + NaN
2019-02-19 Luke Kenneth... add FP16 add unit test
2019-02-19 Luke Kenneth... INF + -INF bug
2019-02-19 Luke Kenneth... whoops FP16 mantissa off-by-one
2019-02-19 Luke Kenneth... remove hard-coded width
2019-02-19 Luke Kenneth... add FP16 format
2019-02-19 Luke Kenneth... add shift up multi function
2019-02-19 Luke Kenneth... add extra regression tests (a + -a) for add
2019-02-19 Luke Kenneth... comment for a + -a special case add
2019-02-18 Luke Kenneth... add 64 bit mul unit test
2019-02-18 Luke Kenneth... whoops, off-by-one in use of mw, in multiply_1 stage
2019-02-18 Luke Kenneth... whoops, messing up on m_width *sigh*
2019-02-18 Luke Kenneth... use double run_corner_cases function in add unit test
2019-02-18 Luke Kenneth... add corner case unit test function
2019-02-18 Luke Kenneth... doh! use z mantissa width to specify product width.
2019-02-18 Luke Kenneth... use common run_corner_cases function
2019-02-18 Luke Kenneth... use common run_corner_cases function
2019-02-18 Luke Kenneth... add mul unit test
2019-02-18 Luke Kenneth... special cases, sign of zero and inf matters: a.s ^ b.s
2019-02-18 Luke Kenneth... missed indentation of if statements in special cases
2019-02-18 Luke Kenneth... of.guard, of.round, of.sticky - of is a class with...
2019-02-18 Luke Kenneth... m.next not m.next +=
2019-02-18 Luke Kenneth... whoops, self.width not self.m_width
2019-02-18 Luke Kenneth... add corner case unit test function
2019-02-18 Luke Kenneth... diff on div and mul shows corrections stage missed out
2019-02-18 Luke Kenneth... use get_op functions, easier to do
2019-02-18 Luke Kenneth... product in multiply, not tot (was from add)
2019-02-18 Luke Kenneth... corrections in whitespace due to use of tabs
2019-02-18 Luke Kenneth... mul needs FPNum mantissa to be 24-bit on a and b, set...
2019-02-18 Luke Kenneth... add requirements (dependencies)
2019-02-18 Luke Kenneth... quite a lot of corrections to div special cases
2019-02-18 Luke Kenneth... add regression test on div
2019-02-18 Luke Kenneth... remove zeroing bugfix correction, not needed any more
2019-02-18 Luke Kenneth... split out edge cases from unit tests into common files
2019-02-18 Luke Kenneth... add operator argument to unit tests
2019-02-18 Luke Kenneth... add div unit tests
2019-02-18 Luke Kenneth... split out common double-precision unit test code
2019-02-18 Luke Kenneth... split out common double-precision unit test code
2019-02-18 Luke Kenneth... split out common unit test code
2019-02-18 Luke Kenneth... split out unit test common code
2019-02-18 Luke Kenneth... whoops wrong gitignore path
2019-02-18 Luke Kenneth... add jon dawson add64 unit tests
2019-02-18 Luke Kenneth... add comment for random number tests
2019-02-18 Luke Kenneth... test case fail, 2 numbers exceeded -INF but +ve INF...
2019-02-18 Luke Kenneth... whoops set mantissa = -127 instead of exponent... oops...
2019-02-18 Luke Kenneth... fix unit test use of xrange, replace with range
2019-02-18 Luke Kenneth... fix a - b = zero by adding special case
2019-02-18 Luke Kenneth... add unit tests
2019-02-18 Luke Kenneth... use straight << and >> operator instead of multi-level Mux
2019-02-18 Luke Kenneth... add .gitignore
2019-02-17 Aleksandar... Finished the module states and added __main__
2019-02-17 Aleksandar... Add more special cases to the module
2019-02-17 Aleksandar... Added comment to explain a case
2019-02-17 Aleksandar... Translated more of the special cases to nmigen
2019-02-17 Aleksandar... Translated some of the special cases to nmigen
2019-02-17 Aleksandar... Started to build module using functions instead plain...
2019-02-17 Aleksandar... Started to translate special cases
2019-02-17 Aleksandar... Done unpack in nmigen
2019-02-17 Luke Kenneth... add unit tests that push the mantissa to zero or close...
2019-02-17 Luke Kenneth... add TODO comment
2019-02-17 Luke Kenneth... test single-cycle align phase on 64-bit add
2019-02-17 Luke Kenneth... add single-cycle version of alignment process in fadd
2019-02-17 Luke Kenneth... add a variable-length single-cycle shift_down of mantis...
2019-02-17 Luke Kenneth... add a MultiShift class for generating single-cycle...
2019-02-17 Luke Kenneth... add extra comments
2019-02-17 Luke Kenneth... add double-width divide as well, and preliminary unit...
2019-02-17 Luke Kenneth... add beginning unit tests for 64-bit add
2019-02-17 Luke Kenneth... convert to more general base classes, start support...
next