add proposed frsqrt instruction encoding table
[ieee754fpu.git] / src /
2019-07-14 Luke Kenneth Casso... add dual alignment on e/m in fpmul
2019-07-13 Luke Kenneth Casso... add extra fpmul16 regression tests
2019-07-13 Luke Kenneth Casso... 1 bit extra accuracy in mul if the top bit of mantissa...
2019-07-13 Luke Kenneth Casso... add name to Overflow class, also recreate OverflowMod
2019-07-11 Jacob Lifshaydelete dead code in fpbase.MultiShift.[lr]shift
2019-07-11 Jacob Lifshayformat fpbase.py
2019-07-11 Jacob Lifshayrename mid -> muxid in comment
2019-07-10 Jacob Lifshayadd more tests; they all pass
2019-07-10 Jacob LifshayDivPipeCore tests pass; still need to add more tests
2019-07-10 Jacob Lifshaytest_core.py doesn't crash anymore
2019-07-09 Jacob Lifshaymake tests executable
2019-07-09 Jacob Lifshayrename log2_tb -> tb_width
2019-07-08 Luke Kenneth Casso... add fp32 div pipe test
2019-07-08 Luke Kenneth Casso... add test comment
2019-07-08 Luke Kenneth Casso... add fp cvt 64 to 32 test
2019-07-08 Luke Kenneth Casso... add fp cvt 64-16 test
2019-07-08 Luke Kenneth Casso... add single op fcvt test case
2019-07-08 Luke Kenneth Casso... add fcvt regression tests
2019-07-08 Luke Kenneth Casso... add single-arg option to fp tests
2019-07-08 Luke Kenneth Casso... enable failing regression tests
2019-07-08 Luke Kenneth Casso... add fp64 mul unit test
2019-07-08 Luke Kenneth Casso... add fpmul tests
2019-07-08 Luke Kenneth Casso... add fp16 mul (and some regression tests)
2019-07-08 Luke Kenneth Casso... add test fp64
2019-07-08 Luke Kenneth Casso... yield inversion of zip of test cases
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... removed debug prints
2019-07-08 Luke Kenneth Casso... add simulation fns based on num_rows
2019-07-08 Luke Kenneth Casso... add corner-cases
2019-07-08 Luke Kenneth Casso... fix unit test fp create fns
2019-07-08 Luke Kenneth Casso... fix nan/create unit test fns
2019-07-08 Luke Kenneth Casso... add regressions and corner cases
2019-07-08 Luke Kenneth Casso... add create, inf, nan and zero to unit test code
2019-07-08 Luke Kenneth Casso... add test data
2019-07-07 Luke Kenneth Casso... set reset_less=True - the data is protected by muxid...
2019-07-07 Luke Kenneth Casso... add missing reset_lesss
2019-07-07 Luke Kenneth Casso... exclude stuff that is just multiplying by zero
2019-07-07 Luke Kenneth Casso... clarify if else
2019-07-07 Luke Kenneth Casso... add names to flags
2019-07-07 Luke Kenneth Casso... whitespace
2019-07-07 Luke Kenneth Casso... add comment
2019-07-07 Luke Kenneth Casso... sort out some magic constants
2019-07-07 Luke Kenneth Casso... remove "fail" in test
2019-07-07 Luke Kenneth Casso... workaround issue with nmigen/yosys
2019-07-07 Jacob Lifshayadd fixme
2019-07-07 Jacob Lifshaywork on adding tests; test_core.py currently fails
2019-07-07 Jacob Lifshayadd tests for integer and fractional division
2019-07-07 Jacob Lifshayswitch algorithm in UnsignedDivRem to match FixedUDivRe...
2019-07-07 Jacob Lifshaymisc code cleanups
2019-07-07 Jacob Lifshaymove DivPipe(?!Core).* classes to div_pipe.py
2019-07-07 Luke Kenneth Casso... got test_add.py running, with fpadd_state.py
2019-07-07 Luke Kenneth Casso... add enough to "extra" exponent to cover FP64 to FP16...
2019-07-07 Luke Kenneth Casso... fix min-range rounding
2019-07-06 Luke Kenneth Casso... take last bit of a1 mantissa as potential sticky, not...
2019-07-06 Luke Kenneth Casso... duplicate FPRound inside fcvt
2019-07-06 Luke Kenneth Casso... fix nan and 1-rounded case in fcvt
2019-07-06 Luke Kenneth Casso... pass through exponent extra bits so that normalisation...
2019-07-06 Luke Kenneth Casso... fix overwrite issue in FPBase create
2019-07-05 Luke Kenneth Casso... sorting out fcvt
2019-07-05 Luke Kenneth Casso... add extra regression for fpmul
2019-07-05 Luke Kenneth Casso... fix fcvt to work with new InputTest and pspec
2019-07-05 Luke Kenneth Casso... whoops no e_start-1 in fpnum decode
2019-07-05 Luke Kenneth Casso... example of how to use opkls to create something more...
2019-07-05 Luke Kenneth Casso... allow pspec to specify the class of FPPipeContext.op
2019-07-05 Luke Kenneth Casso... big (single-purpose) update: move width arg into pspec
2019-07-05 Luke Kenneth Casso... indent
2019-07-05 Luke Kenneth Casso... more comments....
2019-07-05 Luke Kenneth Casso... move Base eqs to separate mixin class
2019-07-05 Luke Kenneth Casso... reorg and add in more TODO pointers for DivPipe*Stage...
2019-07-05 Luke Kenneth Casso... add inheritor classes to create DivPipe*Data
2019-07-05 Jacob Lifshayadd rest of DivPipeCore
2019-07-05 Luke Kenneth Casso... add in more comments
2019-07-05 Luke Kenneth Casso... add FPPipeContext/FPNumBaseRecord import
2019-07-05 Luke Kenneth Casso... all modules need to carry an output bypass plus a conte...
2019-07-05 Luke Kenneth Casso... remove of from div0
2019-07-05 Luke Kenneth Casso... add comments on where DivPipeCoreSetupStage would be...
2019-07-05 Luke Kenneth Casso... identify points where DivPipeCore*Data is needed
2019-07-05 Jacob Lifshayfix up setup and process functions
2019-07-05 Luke Kenneth Casso... link in to setup/process
2019-07-05 Jacob Lifshayadd DivPipeCoreSetupStage
2019-07-05 Luke Kenneth Casso... split out InputTest random capability
2019-07-05 Luke Kenneth Casso... debugging fcvt
2019-07-05 Luke Kenneth Casso... add some regression tests (commented out)
2019-07-04 Luke Kenneth Casso... dont pack into v, get actual s/e/m
2019-07-04 Luke Kenneth Casso... begin debug of fcvt
2019-07-04 Luke Kenneth Casso... add fcvt first version
2019-07-03 Jacob Lifshayimplemented FixedUDivRemSqrtRSqrt
2019-07-03 Jacob Lifshayhopefully fix test errors when using nosetests3
2019-07-03 Jacob Lifshayimplement FixedRSqrt
2019-07-03 Jacob Lifshayfix comments
2019-07-03 Jacob Lifshayimplemented FixedSqrt
2019-07-02 Luke Kenneth Casso... workaround bug in use of ArrayProxy iteration / assignment
2019-07-02 Luke Kenneth Casso... add comment
2019-07-02 Luke Kenneth Casso... replace FPBaseData with FPPipeContext class name
2019-07-02 Luke Kenneth Casso... big convert g/s/r mid --> muxid
2019-07-02 Luke Kenneth Casso... convert fpdiv to pspec
2019-07-02 Luke Kenneth Casso... use new FPBaseData as a "spec" (context), initialised...
2019-07-01 Luke Kenneth Casso... add operand down pipeline chain
next