test_core.py doesn't crash anymore
[ieee754fpu.git] / src / ieee754 / div_rem_sqrt_rsqrt / core.py
2019-07-10 Jacob Lifshaytest_core.py doesn't crash anymore
2019-07-09 Jacob Lifshayrename log2_tb -> tb_width
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... workaround issue with nmigen/yosys
2019-07-07 Jacob Lifshaywork on adding tests; test_core.py currently fails
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