rename FPADDBaseData to FPBaseData and move to separate module
[ieee754fpu.git] / src / ieee754 / fpcommon / getop.py
2019-07-31 Luke Kenneth Casso... rename FPADDBaseData to FPBaseData and move to separate...
2019-07-31 Luke Kenneth Casso... remove unneeded code
2019-07-31 Luke Kenneth Casso... convert to DynamicPipe (default class in PipelineSpec...
2019-07-14 Luke Kenneth Casso... fix test_fpmul_pipe_32.py after new PipelineSpec class...
2019-07-14 Jacob Lifshayswitch pspec from dict to PipelineSpec
2019-07-05 Luke Kenneth Casso... allow pspec to specify the class of FPPipeContext.op
2019-07-05 Luke Kenneth Casso... big (single-purpose) update: move width arg into pspec
2019-07-02 Luke Kenneth Casso... workaround bug in use of ArrayProxy iteration / assignment
2019-07-02 Luke Kenneth Casso... replace FPBaseData with FPPipeContext class name
2019-07-02 Luke Kenneth Casso... big convert g/s/r mid --> muxid
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... add comments
2019-05-02 Luke Kenneth Casso... more code-shuffle
2019-05-02 Luke Kenneth Casso... move test_buf_pipe.py unit test, shuffle nmutil
2019-05-02 Luke Kenneth Casso... move fpcommon to separate subdir