switch to exact version of cython
[ieee754fpu.git] / src / ieee754 / fpmul / pipeline.py
2022-07-01 Jacob Lifshayfix my name
2019-08-11 Luke Kenneth Casso... increase number of fpmul operands to 3
2019-08-11 Luke Kenneth Casso... restore old Multi-in/out behaviour
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... rename FPAddStage1Data to FPPostCalcData
2019-07-29 Luke Kenneth Casso... id_wid (muxid bitwidth) based on num_rows, not the...
2019-07-16 Luke Kenneth Casso... document the FPMUL stack
2019-07-14 Jacob Lifshayswitch pspec from dict to PipelineSpec
2019-07-05 Luke Kenneth Casso... big (single-purpose) update: move width arg into pspec
2019-07-02 Luke Kenneth Casso... use new FPBaseData as a "spec" (context), initialised...
2019-07-01 Luke Kenneth Casso... add operand down pipeline chain
2019-06-28 Luke Kenneth Casso... remove unneeded imports
2019-05-03 Luke Kenneth Casso... debug fpmul pipeline
2019-05-03 Luke Kenneth Casso... add mul pipeline based on add