switch to exact version of cython
[ieee754fpu.git] / src / ieee754 / part / partsig.py
2021-11-08 Luke Kenneth Casso... allow alias SimdSignal<-PartitionedSignal to allow...
2021-10-30 Luke Kenneth Casso... comments
2021-10-30 Luke Kenneth Casso... allow scope to be None in SimdShape, it becomes an...
2021-10-28 Luke Kenneth Casso... put in (unused) code for SimdShape.__mul__ when both...
2021-10-28 Luke Kenneth Casso... start filling in integer SimdShape.__mul__ case with...
2021-10-28 Luke Kenneth Casso... add SimdShape "priority" mode flag
2021-10-28 Jacob Lifshayadd initial SimdShape.__add__
2021-10-28 Jacob Lifshayadd initial SimdShape.__mul__
2021-10-28 Jacob Lifshayformat code
2021-10-25 Luke Kenneth Casso... hooray, convert PartitionedCat over to new PartType...
2021-10-25 Luke Kenneth Casso... add two new functions to PartType: get_num_elements...
2021-10-25 Luke Kenneth Casso... had to add fixed_width parameter temporarily to confirm...
2021-10-25 Luke Kenneth Casso... debugging of initial test_partsig_scope.py mini-test
2021-10-25 Luke Kenneth Casso... adapt/debug SimdSignal when using ElwidPartType
2021-10-25 Luke Kenneth Casso... rename the arguments to SimdShape() so as to match...
2021-10-25 Luke Kenneth Casso... start filling in ElwidPartType switch/case and other...
2021-10-25 Luke Kenneth Casso... create a SimdShape class and begin to investigate how...
2021-10-22 Luke Kenneth Casso... only set standard PartType in non-Simd-mode
2021-10-22 Luke Kenneth Casso... add in TODO notes tying in SimdScope/SimdMode
2021-10-21 Luke Kenneth Casso... continue truly awful hack which, in SimdSignal.__Assign...
2021-10-21 Luke Kenneth Casso... add quick print statements to show that elaborate(...
2021-10-21 Luke Kenneth Casso... remove duplicate function definition
2021-10-21 Luke Kenneth Casso... remove reference to use of Swizzled class, due to it...
2021-10-16 Jacob Lifshayadd WIP code for handling Slice and Cat in a unified...
2021-10-15 Jacob Lifshayformat code
2021-10-11 Luke Kenneth Casso... whitespace
2021-10-10 Luke Kenneth Casso... big rename PartitionedSignal to SimdSignal (shorter)
2021-10-10 Luke Kenneth Casso... add some more comments for the elwidth-adapter
2021-10-09 Luke Kenneth Casso... add PartType context to PartitionedMux
2021-10-09 Luke Kenneth Casso... convert PartitionedAssign and PAssign over to PartType
2021-10-09 Luke Kenneth Casso... covert PartitionedCat (and PCat) over to PartType format
2021-10-09 Luke Kenneth Casso... convert PartitionedRepl over to new "PartType" format
2021-10-05 Luke Kenneth Casso... add PartitionedRepl into PartitionedSignal.__Repl__
2021-10-05 Luke Kenneth Casso... shuffle order of functions (whitespace) to same order...
2021-10-05 Luke Kenneth Casso... whoops accidentally removed bugreport link
2021-10-05 Luke Kenneth Casso... add signed/unsigned functions and preliminary unit...
2021-10-05 Luke Kenneth Casso... bit of a reorder / reorg, to match up with current...
2021-10-05 Luke Kenneth Casso... disable mul and rmul in PartitionedSignal for now
2021-10-02 Luke Kenneth Casso... add TODO comments
2021-10-02 Luke Kenneth Casso... make note about failing PartitionedAll
2021-10-02 Luke Kenneth Casso... revert to using self == Const(-1) for now in Partitione...
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... fix PartitionedAssign, PAssign, and PartitionedSignal...
2021-09-30 Luke Kenneth Casso... remove PartitionedSignal.eq, expectation is to use...
2021-09-29 Luke Kenneth Casso... add use of PartitionedAssign in PartitionedSignal,...
2021-09-29 Luke Kenneth Casso... add PartitionedSignal.shape function
2021-09-29 Luke Kenneth Casso... add PartitionedSignal.__len__ override, redirects to...
2021-09-29 Luke Kenneth Casso... reduce part_mask in partsig tests to 3 (actual number...
2021-09-28 Luke Kenneth Casso... move PCat to separate module
2021-09-28 Luke Kenneth Casso... add PartitionedSignal.__Cat__ override
2021-09-28 Luke Kenneth Casso... add PartitionedSignal.__Mux__ unit test
2021-09-28 Luke Kenneth Casso... add PartitionedSignal.__Mux__ using existing PMux function
2021-09-27 Luke Kenneth Casso... derive PartitionedSignal from UserValue (temporarily...
2021-01-23 Cesar StraussConvert add and sub to return PartitionedSignal
2021-01-23 Cesar StraussRevert order of operations in PartitionedSignal.implies()
2021-01-23 Cesar StraussConvert all bitwise logical ops to return PartitionedSignal
2021-01-23 Cesar StraussAlso copy the module in PartotionSignal.like()
2021-01-23 Cesar StraussReturn a PartitionedSignal from the bitwise "not" operation
2021-01-23 Cesar StraussImplement PartitionedSignal.like()
2021-01-20 Cesar StraussReverse order of operations in implies()
2021-01-17 Cesar StraussFix PartitionedSignal.neg and its test case
2021-01-16 Luke Kenneth Casso... add first cut at formal proof for PartitionedXOR
2021-01-16 Luke Kenneth Casso... add PartitionedXOR to PartitionedSignal (xor operator)
2021-01-16 Luke Kenneth Casso... add partitioned signal any() operator
2021-01-10 Cesar StraussUse len(sig) instead of sig.shape()[0]
2020-12-28 Luke Kenneth Casso... partsig: redirect bool to any for now, and use a =...
2020-12-27 Luke Kenneth Casso... comment PartitionedSignal lt/le
2020-05-08 Michael NolanAllow partsig to take in a PartitionPoints directly
2020-02-26 Michael NolanAdd shift right to test_partsig and partsig
2020-02-22 Luke Kenneth Casso... must declare carry equal to width of partitions+1
2020-02-22 Luke Kenneth Casso... add carry (not zeros, a Const of correct width)
2020-02-21 Luke Kenneth Casso... zero carry-in on __neg__
2020-02-21 Luke Kenneth Casso... use alternative class as an experiment for coriolis2
2020-02-20 Luke Kenneth Casso... test longer name
2020-02-20 Luke Kenneth Casso... change name to not clash with cell name add1
2020-02-19 Luke Kenneth Casso... test shift against scalar b input
2020-02-15 Luke Kenneth Casso... add in PartitionedScalarShift, ready for testing
2020-02-14 Luke Kenneth Casso... add beginnings of shift unit test for partsig
2020-02-10 Luke Kenneth Casso... document partsig operators
2020-02-10 Michael NolanFix flake8 errors in partsig.py
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 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-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... 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... fix syntax errors for test_partsig
2020-02-07 Michael NolanFix != implementation in partsig.py
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... add __ge__ partsig operator
next