add not-a-lot-of-sense test
[ieee754fpu.git] / src / ieee754 /
2019-07-17 Luke Kenneth Casso... add not-a-lot-of-sense test
2019-07-17 Luke Kenneth Casso... add first version fcvt int to fp16/32/64
2019-07-16 Luke Kenneth Casso... increase test range, add loop
2019-07-16 Luke Kenneth Casso... whoops fpnorm out by one bit in new FPMSBHigh class
2019-07-16 Luke Kenneth Casso... whoops rename module
2019-07-16 Luke Kenneth Casso... adjust FPMSBHigh for use in FPNorm: make it possible...
2019-07-16 Luke Kenneth Casso... split out MSB-highing module
2019-07-16 Luke Kenneth Casso... add msbhigh module
2019-07-16 Luke Kenneth Casso... relative imports are a pain
2019-07-16 Luke Kenneth Casso... add comments
2019-07-16 Luke Kenneth Casso... add FPADD stack documentation
2019-07-16 Luke Kenneth Casso... document the FPMUL stack
2019-07-16 Luke Kenneth Casso... illustrate use of pspec using DivPipeCoreOperation...
2019-07-16 Luke Kenneth Casso... code cleanup
2019-07-16 Luke Kenneth Casso... code cleanup
2019-07-16 Luke Kenneth Casso... add full coverage fcvt up 32 to 64 test
2019-07-16 Luke Kenneth Casso... add full coverage fcvt up 16 to 64 test
2019-07-16 Luke Kenneth Casso... add full coverage fcvt up 16 to 32 test
2019-07-15 Luke Kenneth Casso... hilarious: fp upconvert of zero was wrong
2019-07-15 Luke Kenneth Casso... run just a tad more fp upconverts
2019-07-15 Luke Kenneth Casso... got 1st version up-convert working
2019-07-15 Luke Kenneth Casso... add first version of FCVT upconvert
2019-07-15 Luke Kenneth Casso... minor tidyup on fcvt
2019-07-14 Luke Kenneth Casso... run loop of 1000 round test_fpmul_pipe.py
2019-07-14 Luke Kenneth Casso... copy context/roundz, a and b manually in fpmul align
2019-07-14 Luke Kenneth Casso... 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 Casso... document PipelineSpec
2019-07-14 Luke Kenneth Casso... fix test_fpmul_pipe_32.py after new PipelineSpec class...
2019-07-14 Luke Kenneth Casso... add sticky-propagation to normalisation, as an experiment
2019-07-14 Jacob Lifshayswitch pspec from dict to PipelineSpec
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... 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
next