quick debug session on FP div stub pipeline
[ieee754fpu.git] / src / ieee754 / fpadd /
2019-06-16 Luke Kenneth Casso... move comment
2019-06-16 Luke Kenneth Casso... make overflow roundz a property (Overflow no longer...
2019-06-16 Luke Kenneth Casso... fix up FPNumBase by creating a Record class (not derive...
2019-06-16 Luke Kenneth Casso... reduce max count from 1000 to 10
2019-06-16 Luke Kenneth Casso... switch off specallocate in fpadd statemachine
2019-06-16 Luke Kenneth Casso... add elaboratables
2019-06-16 Luke Kenneth Casso... elaboratable cases
2019-05-03 Luke Kenneth Casso... add (synchronous) latch
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... add missing submodules
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... more code-shuffle
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
2019-05-02 Luke Kenneth Casso... move test_buf_pipe.py unit test, shuffle nmutil
2019-05-02 Luke Kenneth Casso... reorganise imports
2019-05-02 Luke Kenneth Casso... move fpadd to top level