switch to exact version of cython
[ieee754fpu.git] / src / ieee754 / part / test / test_partsig.py
2022-05-12 Jacob Lifshayfix tests/mark as expected failure
2022-05-12 Jacob Lifshayformat code
2021-10-21 Luke Kenneth Casso... continue truly awful hack which, in SimdSignal.__Assign...
2021-10-10 Luke Kenneth Casso... fix SimdSignal Repl test (was previously unfinished)
2021-10-10 Luke Kenneth Casso... big rename PartitionedSignal to SimdSignal (shorter)
2021-10-09 Luke Kenneth Casso... altered test_partsig2.py removed outval, run with outva...
2021-10-09 Luke Kenneth Casso... add PartType context to PartitionedMux
2021-10-09 Luke Kenneth Casso... convert PartitionedRepl over to new "PartType" format
2021-10-09 Luke Kenneth Casso... add TestReplMod, under development
2021-10-05 Luke Kenneth Casso... add signed/unsigned functions and preliminary unit...
2021-10-05 Luke Kenneth Casso... pull in unit test code for PartitionedSignal.matches...
2021-10-02 Luke Kenneth Casso... add a PartitionedSignal.any() test and extend range...
2021-10-02 Luke Kenneth Casso... bit more sophisticated on the partsig horizontal test...
2021-10-02 Luke Kenneth Casso... add PartitionedSignal.all() and unit test, currently...
2021-10-02 Luke Kenneth Casso... add bool PartitionedSignal test
2021-09-30 Luke Kenneth Casso... add PartitionedSignal XOR partsig test
2021-09-30 Luke Kenneth Casso... partsig unit test tidyup
2021-09-30 Luke Kenneth Casso... test names to go under a different fileset
2021-09-30 Luke Kenneth Casso... add scalar test of PartitionedSignal.__Assign__
2021-09-30 Luke Kenneth Casso... add six combinations of PartitionedSignal.__Assign__...
2021-09-30 Luke Kenneth Casso... rework partsig TestAssign to cope with different types...
2021-09-30 Luke Kenneth Casso... fix PartitionedAssign, PAssign, and PartitionedSignal...
2021-09-30 Luke Kenneth Casso... correct test_partsig name, remove redundant code
2021-09-30 Luke Kenneth Casso... remove PartitionedSignal.eq, expectation is to use...
2021-09-30 Luke Kenneth Casso... whitespace / comments
2021-09-29 Luke Kenneth Casso... reduce part_mask in partsig tests to 3 (actual number...
2021-09-29 Luke Kenneth Casso... unit test for PartitionedSignal.__Cat__
2021-09-28 Luke Kenneth Casso... add PartitionedSignal.__Mux__ unit test
2021-01-23 Cesar StraussConvert add and sub to return PartitionedSignal
2021-01-17 Cesar StraussFix PartitionedSignal.neg and its test case
2021-01-10 Cesar StraussUpdate Simulator interface to current nMigen
2020-02-26 Luke Kenneth Casso... update comments on test partitioned signal
2020-02-26 Michael NolanAdd shift right to test_partsig and partsig
2020-02-21 Luke Kenneth Casso... use alternative class as an experiment for coriolis2
2020-02-19 Luke Kenneth Casso... test shift against scalar b input
2020-02-14 Luke Kenneth Casso... fix the shift-test to truncate b-input
2020-02-14 Luke Kenneth Casso... reduce range of b in shift test
2020-02-14 Luke Kenneth Casso... add beginnings of shift unit test for partsig
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 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-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 Michael NolanConvert partsig to use the existing add_op function
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