Add rudimentary test for partitioned add with carry
[ieee754fpu.git] / src / ieee754 / part / test / test_partsig.py
2020-02-09 Michael NolanAdd rudimentary test for partitioned add with carry
2020-02-07 Luke Kenneth Casso... fix muxop test in part_sig test
2020-02-07 Luke Kenneth Casso... fix syntax errors for test_partsig
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 Luke Kenneth Casso... add unit test for part_mux
2020-02-07 Luke Kenneth Casso... ripple of LSB from compare-operations, successful
2020-02-06 Luke Kenneth Casso... make common function for testing comparators
2020-02-06 Luke Kenneth Casso... fix partsig gt test, add ge test
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-05 Luke Kenneth Casso... debug string for part-eq is an eq not +
2020-01-30 Luke Kenneth Casso... working partitioned eqs function
2020-01-30 Luke Kenneth Casso... whoops overwrote input variable
2020-01-30 Luke Kenneth Casso... add comments
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... convert to partition mask rather than partition points
2020-01-24 Luke Kenneth Casso... de-modulify PartitionedSignal, call "set_module" to...
2020-01-22 Luke Kenneth Casso... add partition test add unit test