copy context/roundz, a and b manually in fpmul align
[ieee754fpu.git] / src / ieee754 / div_rem_sqrt_rsqrt /
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