add comment for random number tests
[ieee754fpu.git] / src / add / test_add.py
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