run tests in parallel
[ieee754fpu.git] / src / ieee754 /
2020-02-11 Luke Kenneth Casso... test fp downconvert on min and normal numbers, +/-...
2020-02-11 Luke Kenneth Casso... add range-focussed fp64/32-to-32/16 downconversion...
2020-02-11 Michael NolanRudimentary working partitioned scalar shifter
2020-02-11 Michael NolanBegin adding partitioned scalar shifter
2020-02-10 Luke Kenneth Casso... document partsig operators
2020-02-10 Michael NolanFix line length
2020-02-10 Michael NolanFix carry output of adder/subtracter
2020-02-10 Michael NolanFix flake8 errors in part_cmp/
2020-02-10 Michael NolanFix flake8 errors in partsig.py
2020-02-10 Michael NolanFix flake8 errors in test_partsig
2020-02-10 Michael NolanMinor cleanup
2020-02-10 Michael NolanAdd neg operator to partsig.py
2020-02-10 Michael NolanAdd subtraction to partsig.py
2020-02-10 Luke Kenneth Casso... bug #113, add range-limited random numbers more likely...
2020-02-10 Luke Kenneth Casso... getting fed up of amount of test files being dropped...
2020-02-09 Luke Kenneth Casso... invert after all() not before
2020-02-09 Luke Kenneth Casso... boolean logic invert bool to all
2020-02-09 Luke Kenneth Casso... replace ~bool() with all()
2020-02-09 Luke Kenneth Casso... use nmigen all() instead of invert-invert bool()
2020-02-09 Luke Kenneth Casso... whitespace
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... add MoveMSBDown class to be used in carry-out
2020-02-09 Luke Kenneth Casso... add placeholder for test sub in partsig
2020-02-09 Luke Kenneth Casso... add 100 random integer tests to partitioned add
2020-02-09 Luke Kenneth Casso... add 100 random integer tests to 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 Luke Kenneth Casso... add NotImplementedError into partsig
2020-02-09 Michael NolanConvert partsig to use the existing add_op function
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-08 Luke Kenneth Casso... minor codeshuffle, split out check of PartitionedSignal...
2020-02-08 Luke Kenneth Casso... add comments
2020-02-07 Luke Kenneth Casso... tidyup PartitionedAdd
2020-02-07 Luke Kenneth Casso... add shift operators TODO on partsig
2020-02-07 Luke Kenneth Casso... comment TODO on __neg__ operation
2020-02-07 Luke Kenneth Casso... invert partitioned op is just a bit-wise invert
2020-02-07 Luke Kenneth Casso... update docstring and copyright notice
2020-02-07 Luke Kenneth Casso... fix muxop test in part_sig test
2020-02-07 Luke Kenneth Casso... fix part_mux to actually use Mux (duh)
2020-02-07 Michael NolanRemove unneeded and gate in gt_combiner
2020-02-07 Luke Kenneth Casso... fix syntax errors for test_partsig
2020-02-07 Luke Kenneth Casso... grr correct syntax for assert
2020-02-07 Michael NolanFix != implementation in partsig.py
2020-02-07 Michael NolanModify test_partsig to handle the new changes to reorde...
2020-02-07 Michael Nolanmodify reorder_bits to copy the MSB of the partition...
2020-02-07 Luke Kenneth Casso... add unit test for part_mux
2020-02-07 Luke Kenneth Casso... whoops syntax error
2020-02-07 Luke Kenneth Casso... add first version of part_mux
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-07 Luke Kenneth Casso... add extra operators to be implemented to partsig
2020-02-06 Luke Kenneth Casso... add stub operators to partsig to help make it clear...
2020-02-06 Luke Kenneth Casso... TODO on NE partsig op
2020-02-06 Luke Kenneth Casso... make common function for testing comparators
2020-02-06 Luke Kenneth Casso... restructure partsig, use common function for Partitione...
2020-02-06 Luke Kenneth Casso... fix partsig gt test, add ge test
2020-02-06 Luke Kenneth Casso... add __ge__ partsig operator
2020-02-06 Luke Kenneth Casso... add gt part_sig operator
2020-02-06 Michael NolanFix test_partsig's invalid result for the equals test
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... debug string for part-eq is an eq not +
2020-02-05 Luke Kenneth Casso... use PartitionedEqGtGe for eq function in partitioned...
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... start partitioned mux class
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-02-02 Michael NolanHandle -0 and +0 equals and <
2020-02-02 Michael NolanAdd test case for NaN and -0 handling to fpmax
2020-02-02 Michael NolanReplace If and Switch statements with muxes in fpcmp.py
2020-02-02 Michael NolanAdd formal proof for FLT and FLE for FPCMP
2020-02-02 Michael NolanAdd FLT and FLE functionality to FPCMP
next