run tests in parallel
[ieee754fpu.git] / src / ieee754 / part_mul_add / adder.py
2020-02-21 Luke Kenneth Casso... deal with zero-width ShiftMask
2020-02-12 Michael NolanFix whitespace
2020-02-12 Luke Kenneth Casso... add bit of extra explanatory comment for carry-ripple...
2020-02-12 Michael NolanRevise documentation for how carry works in adder.py
2020-02-10 Michael NolanFix carry output of adder/subtracter
2020-02-09 Luke Kenneth Casso... give a_bit proper name, make reset_less
2020-02-09 Luke Kenneth Casso... add docstring explaining partitioned-add
2020-02-09 Luke Kenneth Casso... use nmigen "implies" operator (really convenient)
2020-02-09 Luke Kenneth Casso... whitespace cleanup, reduce 80 char length
2020-02-09 Michael NolanAdd rudimentary test for partitioned add with carry
2020-02-09 Michael NolanAdd carry out to adder
2020-02-09 Michael NolanBegin adding carry in and carry out support to adder
2020-02-07 Luke Kenneth Casso... tidyup PartitionedAdd
2020-01-06 Luke Kenneth Casso... split out adder code (PartitionedAdder) into module...