switch to exact version of cython
[ieee754fpu.git] / src / ieee754 / fpdiv / pipeline.py
2019-08-17 Luke Kenneth Casso... rename fp div classes and submodule
2019-08-05 Luke Kenneth Casso... multiply mask width for concurrent pipeline
2019-08-04 Luke Kenneth Casso... added maskwidth and dynamic use of MaskCancellable...
2019-08-01 Luke Kenneth Casso... remove more redundant modules
2019-08-01 Luke Kenneth Casso... remove i_specfn and o_specfn from FP*MuxInOut, use...
2019-07-31 Luke Kenneth Casso... rename FPADDBaseData to FPBaseData and move to separate...
2019-07-31 Luke Kenneth Casso... remove unneeded modules
2019-07-31 Luke Kenneth Casso... rename FPAddStage1Data to FPPostCalcData
2019-07-30 Luke Kenneth Casso... add copyright / bugreport notice
2019-07-29 Luke Kenneth Casso... tidyup
2019-07-29 Jacob Lifshayfix the mess introduced by "fix pipeline stage count"
2019-07-29 Luke Kenneth Casso... add comment on n_comb_stages
2019-07-29 Luke Kenneth Casso... id_wid (muxid bitwidth) based on num_rows, not the...
2019-07-28 Jacob Lifshayfix pipeline stage count
2019-07-28 Luke Kenneth Casso... get fpdiv/fsqrt/frsqrt up and running
2019-07-23 Luke Kenneth Casso... add fsqrt test
2019-07-23 Luke Kenneth Casso... reduce n_comb_stages for fpdiv first setup
2019-07-23 Luke Kenneth Casso... add some voodoo magic extra bits on the input numbers...
2019-07-23 Luke Kenneth Casso... reorganise loop
2019-07-22 Luke Kenneth Casso... corrections to mantissa length, FP16/32/64 DIV work...
2019-07-22 Luke Kenneth Casso... FP16 DIV seems to be working
2019-07-22 Luke Kenneth Casso... more random experimenting
2019-07-22 Luke Kenneth Casso... random modifications got semi-correct output
2019-07-22 Luke Kenneth Casso... continuing experimentation
2019-07-22 Luke Kenneth Casso... set fraction width to zero
2019-07-22 Luke Kenneth Casso... add roundup to nearest radix
2019-07-22 Luke Kenneth Casso... remove stage-work-reduction for now
2019-07-22 Luke Kenneth Casso... divide number of stages by radix and by required comb_s...
2019-07-22 Luke Kenneth Casso... config/setup/imports
2019-07-22 Luke Kenneth Casso... remove div1.py
2019-07-22 Luke Kenneth Casso... set up DivPipeCoreConfig back in FPDIVMuxInOut, syntax...
2019-07-22 Luke Kenneth Casso... sort out weirdness in FPDIVBasePipe initialisation
2019-07-22 Luke Kenneth Casso... fix imports
2019-07-21 Luke Kenneth Casso... match mantissa width up in div config
2019-07-21 Luke Kenneth Casso... add an absolute count on the stages
2019-07-16 Luke Kenneth Casso... illustrate use of pspec using DivPipeCoreOperation...
2019-07-14 Jacob Lifshayswitch pspec from dict to PipelineSpec
2019-07-08 Luke Kenneth Casso... add fp32 div pipe test
2019-07-05 Luke Kenneth Casso... example of how to use opkls to create something more...
2019-07-05 Luke Kenneth Casso... big (single-purpose) update: move width arg into pspec
2019-07-05 Luke Kenneth Casso... indent
2019-07-05 Luke Kenneth Casso... more comments....
2019-07-05 Luke Kenneth Casso... reorg and add in more TODO pointers for DivPipe*Stage...
2019-07-02 Luke Kenneth Casso... add comment
2019-07-02 Luke Kenneth Casso... convert fpdiv to pspec
2019-06-29 Luke Kenneth Casso... add diagram explaining chain / pipe relationships
2019-06-29 Luke Kenneth Casso... put in place infrastructure for dropping in INT div...
2019-06-28 Luke Kenneth Casso... quick debug session on FP div stub pipeline
2019-06-28 Luke Kenneth Casso... whoops missed a cookie-cut rename
2019-06-28 Luke Kenneth Casso... add cookie-cut fpdiv pipeline.py