quick debug session on FP div stub pipeline
[ieee754fpu.git] / src / ieee754 /
2019-06-28 Luke Kenneth Casso... quick debug session on FP div stub pipeline
2019-06-28 Luke Kenneth Casso... put in TODO divstages list
2019-06-28 Luke Kenneth Casso... whoops missed a cookie-cut rename
2019-06-28 Luke Kenneth Casso... add div1 and div2 cookie-cut with TODO messages
2019-06-28 Luke Kenneth Casso... add cookie-cut div0.py pipeline stage class
2019-06-28 Luke Kenneth Casso... add comment, link to bugreport
2019-06-28 Luke Kenneth Casso... add cookie-cut FPDIV
2019-06-28 Luke Kenneth Casso... add cookie-cut test_fpdiv_pipe.py
2019-06-28 Luke Kenneth Casso... add cookie-cut fpdiv pipeline.py
2019-06-28 Luke Kenneth Casso... remove unneeded imports
2019-06-28 Luke Kenneth Casso... add fpdiv specialcases
2019-06-16 Luke Kenneth Casso... move comment
2019-06-16 Luke Kenneth Casso... got fpdiv FSM operational
2019-06-16 Luke Kenneth Casso... bug, 0xe225 0x8181 0x249f returns 0x249e
2019-06-16 Luke Kenneth Casso... fpmul specialcase, nan x nan returns 0 nan
2019-06-16 Luke Kenneth Casso... get fp mul pipe working using new FPNumBaseRecord
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... add in missing modules
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... create FPNumBaseRecord
2019-06-16 Luke Kenneth Casso... whitespace
2019-06-16 Luke Kenneth Casso... elaboratable cases
2019-05-08 Aleksandar KostovicFix exponent offsets
2019-05-08 Aleksandar KostovicRemoved the errors made in previous commit
2019-05-07 Aleksandar KostovicUpdated Inf and NaN parts of normalise function
2019-05-07 Luke Kenneth Casso... add some comments to fsqrt
2019-05-06 Aleksandar KostovicAdded secial cases for normalization function
2019-05-03 Luke Kenneth Casso... add (synchronous) latch
2019-05-03 Luke Kenneth Casso... fix up fadd state machine
2019-05-03 Luke Kenneth Casso... add test on fp16/32/64 for mul and div
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-03 Luke Kenneth Casso... debug fpmul pipeline
2019-05-03 Luke Kenneth Casso... add mul pipeline based on add
2019-05-03 Luke Kenneth Casso... add mul1 stage based on add1
2019-05-03 Luke Kenneth Casso... add mul0 based on add0
2019-05-03 Luke Kenneth Casso... add mul pipeline version of specialcases
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... whitespace
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... fix imports in fpdiv
2019-05-02 Luke Kenneth Casso... get test_mul.py running
2019-05-02 Luke Kenneth Casso... get test_mul.py operational
2019-05-02 Luke Kenneth Casso... move test_fsm_experiment.py
2019-05-02 Luke Kenneth Casso... relative imports
2019-05-02 Luke Kenneth Casso... tidy imports
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... move common unit test code
2019-05-02 Luke Kenneth Casso... add tools.py from nmigen (imports fixed)
2019-05-02 Luke Kenneth Casso... move fsqrt.py to own subdir
2019-05-02 Luke Kenneth Casso... move more unit tests
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... move singlepipe, multipipe, nmoperator and pipeline...
2019-05-02 Luke Kenneth Casso... reorganise imports
2019-05-02 Luke Kenneth Casso... move fpadd to top level
2019-05-02 Luke Kenneth Casso... move fpcommon to separate subdir
2019-05-02 Luke Kenneth Casso... add __init__.py to add dir
2019-05-02 Luke Kenneth Casso... add setup.py
2019-05-02 Luke Kenneth Casso... move add to ieee754 directory