run tests in parallel
[ieee754fpu.git] / src / ieee754 / div_rem_sqrt_rsqrt /
2020-01-17 Luke Kenneth Casso... min/max in Signal deprecated in nmigen
2019-07-30 Luke Kenneth Casso... remove default and swap over DIV/SQRT operations, to...
2019-07-30 Luke Kenneth Casso... use switch/case rather than if/elif/elif
2019-07-29 Luke Kenneth Casso... minor tidyup
2019-07-29 Luke Kenneth Casso... add explicit operator comparison (in case operation...
2019-07-29 Luke Kenneth Casso... clarify / get indentation down
2019-07-29 Luke Kenneth Casso... replace m.d.comb with comb (reduce indentation)
2019-07-28 Luke Kenneth Casso... whitespace
2019-07-28 Luke Kenneth Casso... add debug prints
2019-07-25 Jacob Lifshayskip slow tests
2019-07-25 Jacob LifshayRevert "reduce LHS for RSQRT by a factor of fract_width...
2019-07-24 Luke Kenneth Casso... fix shifting of rsqrt mantissa input
2019-07-24 Luke Kenneth Casso... reduce LHS for RSQRT by a factor of fract_width and
2019-07-23 Luke Kenneth Casso... more comments
2019-07-23 Luke Kenneth Casso... reduce next_bits by 1
2019-07-23 Luke Kenneth Casso... clean up comments
2019-07-23 Luke Kenneth Casso... use PriorityEncoder and Array selection
2019-07-23 Luke Kenneth Casso... store bits in signals, cleans up graphviz
2019-07-23 Luke Kenneth Casso... remove debug prints
2019-07-23 Luke Kenneth Casso... split out div/sqrt/rsqrt trials to separate module
2019-07-23 Luke Kenneth Casso... tidyup a bit
2019-07-22 Luke Kenneth Casso... continuing experimentation
2019-07-22 Luke Kenneth Casso... remove FIXMEs
2019-07-22 Luke Kenneth Casso... rename long parameter name to shorter n_stages
2019-07-22 Luke Kenneth Casso... config/setup/imports
2019-07-22 Luke Kenneth Casso... add missing ispec/ospecs
2019-07-22 Luke Kenneth Casso... whitespace
2019-07-22 Luke Kenneth Casso... more imports / syntax errors
2019-07-22 Luke Kenneth Casso... set up DivPipeCoreConfig back in FPDIVMuxInOut, syntax...
2019-07-22 Luke Kenneth Casso... fix imports
2019-07-22 Luke Kenneth Casso... compare_rhs is a multi-bit value (cant use bool())
2019-07-21 Luke Kenneth Casso... match mantissa width up in div config
2019-07-21 Luke Kenneth Casso... create get_core_config function
2019-07-21 Luke Kenneth Casso... restore important modifications that seemed to be lost
2019-07-21 Luke Kenneth Casso... start also putting in additional DivPipe*Stage usage
2019-07-21 Luke Kenneth Casso... add preliminary DivPipeCalculateStage and DivPipeFinalStage
2019-07-21 Luke Kenneth Casso... add "z" to DivPipeBaseData class so that sign and expon...
2019-07-14 Jacob Lifshayfinish implementing DivPipeConfig.__init__
2019-07-14 Jacob Lifshayswitch pspec from dict to PipelineSpec
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-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-05 Luke Kenneth Casso... big (single-purpose) update: move width arg into pspec
2019-07-05 Luke Kenneth Casso... move Base eqs to separate mixin class
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 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-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-01 Jacob Lifshayimplement fixed_rsqrt
2019-07-01 Jacob Lifshayimplement fixed_sqrt
2019-07-01 Jacob Lifshayadded tests for rest of Fixed
2019-06-30 Jacob Lifshayadd more tests
2019-06-29 Jacob Lifshayfix names
2019-06-29 Jacob Lifshayadd Fract class
2019-06-29 Jacob Lifshayinteger division algorithm works