run tests in parallel
[ieee754fpu.git] / src / ieee754 / part_cmp /
2020-02-10 Michael NolanFix flake8 errors in part_cmp/
2020-02-09 Luke Kenneth Casso... whitespace
2020-02-09 Luke Kenneth Casso... add MoveMSBDown class to be used in carry-out
2020-02-07 Luke Kenneth Casso... update docstring and copyright notice
2020-02-07 Michael NolanRemove unneeded and gate in gt_combiner
2020-02-07 Luke Kenneth Casso... grr correct syntax for assert
2020-02-07 Michael Nolanmodify reorder_bits to copy the MSB of the partition...
2020-02-07 Luke Kenneth Casso... whoops syntax error
2020-02-07 Luke Kenneth Casso... use assert not raise ValueError
2020-02-07 Luke Kenneth Casso... ripple of LSB from compare-operations, successful
2020-02-07 Luke Kenneth Casso... add first (untested) version of ripple-LSB
2020-02-06 Michael NolanAdd 0 assertions to the proof for eq_gt_ge
2020-02-05 Michael NolanFix order of results from PartitionedEqGtGe
2020-02-05 Michael Nolanmove unused partitioned comparison modules to experiments/
2020-02-05 Michael Nolanmove gt_combiner out of experiments/
2020-02-05 Luke Kenneth Casso... add extra tests, find out whats going on with eq_gt_ge
2020-02-05 Luke Kenneth Casso... quick test shows eq_gt_ge.py returning output in revers...
2020-02-05 Luke Kenneth Casso... add constants for opcode, EQ/GT/GE, probably better...
2020-02-05 Luke Kenneth Casso... whitespace
2020-02-05 Luke Kenneth Casso... 80 char limit
2020-02-05 Luke Kenneth Casso... whitespace
2020-02-05 Luke Kenneth Casso... more whitespace
2020-02-05 Luke Kenneth Casso... whitespace
2020-02-05 Michael NolanAdd module to handle partitioned eq, gt, and ge comparisons
2020-02-05 Michael NolanReverse order of gt combiner so it works MSB first
2020-02-05 Michael NolanAdd a signal to disable the gt inputs to gt_combiner
2020-02-05 Michael NolanAdd proof for equals module
2020-02-05 Luke Kenneth Casso... use EQCombiner in PartitionedEq experiment
2020-02-04 Luke Kenneth Casso... add experiments __init__.py
2020-02-04 Luke Kenneth Casso... remove comments, sort out string name, add __init__.pys
2020-02-04 Luke Kenneth Casso... bit of whitespace
2020-02-04 Luke Kenneth Casso... using format is a bit long for 1 argument, just use %d
2020-02-04 Michael NolanModify gt experiment to handle eq as well
2020-02-03 Michael NolanAdd proof for using the greater than combiner to do...
2020-02-03 Michael NolanAdd tree-based greater than experiment
2020-02-03 Michael NolanMove experiments with partition methods to a separate...
2020-02-03 Michael NolanAdd tree based partitioned equals module
2020-02-03 Michael NolanRename partition_combiner to eq_combiner
2020-02-03 Michael NolanAdd an alternative partitioned equals combiner module
2020-02-03 Luke Kenneth Casso... add first untested ge.py for partitioned signnal
2020-01-30 Luke Kenneth Casso... tidyup
2020-01-30 Luke Kenneth Casso... tidy up comments
2020-01-30 Luke Kenneth Casso... working partitioned eqs function
2020-01-30 Luke Kenneth Casso... experimental eq (non-optimal)
2020-01-27 Luke Kenneth Casso... reverse indices
2020-01-24 Luke Kenneth Casso... trying to get recursive output working from partitioned eq
2020-01-24 Luke Kenneth Casso... found bug in eq partition assignment
2020-01-24 Luke Kenneth Casso... debug eq partition
2020-01-24 Luke Kenneth Casso... add beginnings of partitioned eq into unit test
2020-01-24 Luke Kenneth Casso... add partitioned eq module