update comments
[ieee754fpu.git] / src / add / test_add.py
2019-03-14 Luke Kenneth Casso... make a bit of a mess of the unit tests, getting mul...
2019-03-05 Luke Kenneth Casso... add MID testing
2019-03-04 Luke Kenneth Casso... use MultiShiftRMerge module instead of shift_down_multi...
2019-03-03 Luke Kenneth Casso... add 3 extra unit tests
2019-03-02 Luke Kenneth Casso... got single-cycle align working again (accidental combin...
2019-02-28 Luke Kenneth Casso... narrowing down rounding error to use of Norm1 module
2019-02-28 Luke Kenneth Casso... sorting out unit tests, comply with IEEE754 on RISCV
2019-02-27 Luke Kenneth Casso... add failed test
2019-02-27 Luke Kenneth Casso... split out first stage normalisation to module and use it
2019-02-23 Luke Kenneth Casso... move unit test order
2019-02-19 Luke Kenneth Casso... take out FP16 non-canonical NaN weirdness for now
2019-02-19 Luke Kenneth Casso... INF + -INF bug
2019-02-19 Luke Kenneth Casso... add extra regression tests (a + -a) for add
2019-02-18 Luke Kenneth Casso... use common run_corner_cases function
2019-02-18 Luke Kenneth Casso... split out edge cases from unit tests into common files
2019-02-18 Luke Kenneth Casso... add operator argument to unit tests
2019-02-18 Luke Kenneth Casso... split out common unit test code
2019-02-18 Luke Kenneth Casso... add comment for random number tests
2019-02-18 Luke Kenneth Casso... test case fail, 2 numbers exceeded -INF but +ve INF...
2019-02-18 Luke Kenneth Casso... whoops set mantissa = -127 instead of exponent... oops...
2019-02-18 Luke Kenneth Casso... fix unit test use of xrange, replace with range
2019-02-18 Luke Kenneth Casso... add unit tests
2019-02-17 Luke Kenneth Casso... add unit tests that push the mantissa to zero or close...
2019-02-17 Luke Kenneth Casso... add single-cycle version of alignment process in fadd
2019-02-16 Luke Kenneth Casso... move value, ack and stb to separate convenience class
2019-02-16 Luke Kenneth Casso... re-enable commented-out tests
2019-02-15 Luke Kenneth Casso... more arbitrary unit tests
2019-02-15 Luke Kenneth Casso... add extra unit tests (infinity / NaN)
2019-02-15 Luke Kenneth Casso... add extra unit tests
2019-02-15 Luke Kenneth Casso... add extra unit tests
2019-02-15 Luke Kenneth Casso... lots and lots of debugging corrections...
2019-02-15 Luke Kenneth Casso... improve assertion output for unit test
2019-02-15 Luke Kenneth Casso... add simulation test code