ieee754fpu.git
2019-07-14 Luke Kenneth... copy context/roundz, a and b manually in fpmul align
2019-07-14 Luke Kenneth... whoops forgot to take output from aligner
2019-07-14 Jacob Lifshayfinish implementing DivPipeConfig.__init__
2019-07-14 Jacob Lifshayreduce code duplication
2019-07-14 Jacob Lifshayadd FPFormat class to describe floating-point formats...
2019-07-14 Luke Kenneth... document PipelineSpec
2019-07-14 Luke Kenneth... fix test_fpmul_pipe_32.py after new PipelineSpec class...
2019-07-14 Luke Kenneth... add sticky-propagation to normalisation, as an experiment
2019-07-14 Jacob Lifshayswitch pspec from dict to PipelineSpec
2019-07-14 Jacob Lifshayadd proposed frsqrt instruction encoding table
2019-07-14 Luke Kenneth... add dual alignment on e/m in fpmul
2019-07-13 Luke Kenneth... add extra fpmul16 regression tests
2019-07-13 Luke Kenneth... 1 bit extra accuracy in mul if the top bit of mantissa...
2019-07-13 Luke Kenneth... 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... add fp32 div pipe test
2019-07-08 Luke Kenneth... add test comment
2019-07-08 Luke Kenneth... add fp cvt 64 to 32 test
2019-07-08 Luke Kenneth... add fp cvt 64-16 test
2019-07-08 Luke Kenneth... add single op fcvt test case
2019-07-08 Luke Kenneth... add fcvt regression tests
2019-07-08 Luke Kenneth... add single-arg option to fp tests
2019-07-08 Luke Kenneth... enable failing regression tests
2019-07-08 Luke Kenneth... add fp64 mul unit test
2019-07-08 Luke Kenneth... add fpmul tests
2019-07-08 Luke Kenneth... add fp16 mul (and some regression tests)
2019-07-08 Luke Kenneth... add test fp64
2019-07-08 Luke Kenneth... yield inversion of zip of test cases
2019-07-08 Luke Kenneth... add test_add fp16
2019-07-08 Luke Kenneth... move test pipe class to common location
2019-07-08 Luke Kenneth... reorg test code towards parameterisation
2019-07-08 Luke Kenneth... removed debug prints
2019-07-08 Luke Kenneth... add simulation fns based on num_rows
2019-07-08 Luke Kenneth... add corner-cases
2019-07-08 Luke Kenneth... fix unit test fp create fns
2019-07-08 Luke Kenneth... fix nan/create unit test fns
2019-07-08 Luke Kenneth... add regressions and corner cases
2019-07-08 Luke Kenneth... add create, inf, nan and zero to unit test code
2019-07-08 Luke Kenneth... add test data
2019-07-07 Luke Kenneth... set reset_less=True - the data is protected by muxid...
2019-07-07 Luke Kenneth... add missing reset_lesss
2019-07-07 Luke Kenneth... exclude stuff that is just multiplying by zero
2019-07-07 Luke Kenneth... clarify if else
2019-07-07 Luke Kenneth... add names to flags
2019-07-07 Luke Kenneth... whitespace
2019-07-07 Luke Kenneth... add comment
2019-07-07 Luke Kenneth... sort out some magic constants
2019-07-07 Luke Kenneth... remove "fail" in test
2019-07-07 Luke Kenneth... 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... got test_add.py running, with fpadd_state.py
2019-07-07 Luke Kenneth... add enough to "extra" exponent to cover FP64 to FP16...
2019-07-07 Luke Kenneth... fix min-range rounding
2019-07-06 Luke Kenneth... take last bit of a1 mantissa as potential sticky, not...
2019-07-06 Luke Kenneth... duplicate FPRound inside fcvt
2019-07-06 Luke Kenneth... fix nan and 1-rounded case in fcvt
2019-07-06 Luke Kenneth... pass through exponent extra bits so that normalisation...
2019-07-06 Luke Kenneth... fix overwrite issue in FPBase create
2019-07-05 Luke Kenneth... sorting out fcvt
2019-07-05 Luke Kenneth... add extra regression for fpmul
2019-07-05 Luke Kenneth... fix fcvt to work with new InputTest and pspec
2019-07-05 Luke Kenneth... whoops no e_start-1 in fpnum decode
2019-07-05 Luke Kenneth... example of how to use opkls to create something more...
2019-07-05 Luke Kenneth... allow pspec to specify the class of FPPipeContext.op
2019-07-05 Luke Kenneth... big (single-purpose) update: move width arg into pspec
2019-07-05 Luke Kenneth... indent
2019-07-05 Luke Kenneth... more comments....
2019-07-05 Luke Kenneth... move Base eqs to separate mixin class
2019-07-05 Luke Kenneth... reorg and add in more TODO pointers for DivPipe*Stage...
2019-07-05 Luke Kenneth... add inheritor classes to create DivPipe*Data
2019-07-05 Jacob Lifshayadd rest of DivPipeCore
2019-07-05 Luke Kenneth... add in more comments
2019-07-05 Luke Kenneth... add FPPipeContext/FPNumBaseRecord import
2019-07-05 Luke Kenneth... all modules need to carry an output bypass plus a conte...
2019-07-05 Luke Kenneth... remove of from div0
2019-07-05 Luke Kenneth... add comments on where DivPipeCoreSetupStage would be...
2019-07-05 Luke Kenneth... identify points where DivPipeCore*Data is needed
2019-07-05 Jacob Lifshayfix up setup and process functions
2019-07-05 Luke Kenneth... link in to setup/process
2019-07-05 Jacob Lifshayadd DivPipeCoreSetupStage
2019-07-05 Luke Kenneth... split out InputTest random capability
2019-07-05 Luke Kenneth... debugging fcvt
2019-07-05 Luke Kenneth... add some regression tests (commented out)
2019-07-04 Luke Kenneth... dont pack into v, get actual s/e/m
2019-07-04 Luke Kenneth... begin debug of fcvt
2019-07-04 Luke Kenneth... add fcvt first version
2019-07-03 Jacob Lifshayimplemented FixedUDivRemSqrtRSqrt
2019-07-03 Jacob Lifshayhopefully fix test errors when using nosetests3
next