update comments
[ieee754fpu.git] / src / add / nmigen_div_experiment.py
2019-04-27 Luke Kenneth Casso... replace o_ready with ready_o
2019-04-23 Luke Kenneth Casso... add new Elaboratable
2019-04-20 Luke Kenneth Casso... convert to use PrevControl and NextControl instead...
2019-04-04 Luke Kenneth Casso... convert fdiv to set op based on get_op return results
2019-03-29 Luke Kenneth Casso... imports: get div and mul working
2019-03-15 Luke Kenneth Casso... instantiate 2 FPGetOp instances and use them. a little...
2019-03-15 Luke Kenneth Casso... add use of FPState, not being used yet
2019-03-14 Luke Kenneth Casso... got fpdiv up and running again
2019-02-18 Luke Kenneth Casso... quite a lot of corrections to div special cases
2019-02-17 Luke Kenneth Casso... add double-width divide as well, and preliminary unit...
2019-02-17 Luke Kenneth Casso... convert to more general base classes, start support...
2019-02-16 Luke Kenneth Casso... comment divisor stages
2019-02-16 Luke Kenneth Casso... rename (shorten) divisor variable names (and comment...
2019-02-16 Luke Kenneth Casso... correct comments
2019-02-16 Luke Kenneth Casso... first initial success with div algorithm
2019-02-16 Luke Kenneth Casso... add div experiment