split out adder code (PartitionedAdder) into module, PartitionPoints too
[ieee754fpu.git] / src / ieee754 / fpadd / test /
2019-07-31 Luke Kenneth Casso... add __init__.py files
2019-07-08 Luke Kenneth Casso... add test fp64
2019-07-08 Luke Kenneth Casso... add test_add fp16
2019-07-08 Luke Kenneth Casso... move test pipe class to common location
2019-07-08 Luke Kenneth Casso... reorg test code towards parameterisation
2019-07-08 Luke Kenneth Casso... add corner-cases
2019-07-08 Luke Kenneth Casso... add regressions and corner cases
2019-07-08 Luke Kenneth Casso... add test data
2019-07-07 Luke Kenneth Casso... got test_add.py running, with fpadd_state.py
2019-06-16 Luke Kenneth Casso... reduce max count from 1000 to 10
2019-05-03 Luke Kenneth Casso... add test on fp16/32/64 for mul and div
2019-05-02 Luke Kenneth Casso... get test_fpadd_pipe.py working
2019-05-02 Luke Kenneth Casso... reduce number of loops in nosetest for test_add
2019-05-02 Luke Kenneth Casso... replace run_test with run_fpunit to avoid nosetest...
2019-05-02 Luke Kenneth Casso... get test_fpadd_pipe.py working
2019-05-02 Luke Kenneth Casso... get test_add working after reorg
2019-05-02 Luke Kenneth Casso... move fpbase.py
2019-05-02 Luke Kenneth Casso... add ignore on *.v and *.il
2019-05-02 Luke Kenneth Casso... more code-shuffling into subdirs