quick debug session on FP div stub pipeline
[ieee754fpu.git] / src / ieee754 / fpcommon /
2019-06-16 Luke Kenneth Casso... got fpdiv FSM operational
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... add in missing modules
2019-06-16 Luke Kenneth Casso... create FPNumBaseRecord
2019-06-16 Luke Kenneth Casso... whitespace
2019-05-03 Luke Kenneth Casso... split out InputTest code into separate fpmux.py
2019-05-03 Luke Kenneth Casso... got fpmul working (potential bug in softfloat NaN handling)
2019-05-03 Luke Kenneth Casso... fix multiply bit-width
2019-05-02 Luke Kenneth Casso... replace run_test with run_fpunit to avoid nosetest...
2019-05-02 Luke Kenneth Casso... pass in count and num loops to unit test to make it...
2019-05-02 Luke Kenneth Casso... move test_fsm_experiment.py
2019-05-02 Luke Kenneth Casso... more code-shuffle
2019-05-02 Luke Kenneth Casso... move fpbase.py
2019-05-02 Luke Kenneth Casso... move common unit test code
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 fpcommon to separate subdir