switch to exact version of cython
[ieee754fpu.git] / src / ieee754 /
2021-10-13 Luke Kenneth Casso... although it is a little less visually clear, removing...
2021-10-13 Luke Kenneth Casso... add assert to check that the 5-6-6-6 example returns...
2021-10-13 Luke Kenneth Casso... fix layout() to put in only the number of *requested...
2021-10-13 Luke Kenneth Casso... rename part_counts to vec_el_counts
2021-10-13 Luke Kenneth Casso... cpart_wid is just max(lane_shapes.values())
2021-10-13 Luke Kenneth Casso... redefine part_counts to be "number of vector elements...
2021-10-13 Luke Kenneth Casso... whitespace
2021-10-13 Luke Kenneth Casso... whitespace, illustrate examples so as to make expected...
2021-10-13 Luke Kenneth Casso... unfortunately this is a multi-purpose commit.
2021-10-13 Luke Kenneth Casso... waaay too big a patch set (957 lines).
2021-10-13 Jacob Lifshayrefactor layout to use SimdScope and XLEN
2021-10-13 Jacob Lifshayadd SimdMap and SimdScope and XLEN
2021-10-13 Jacob Lifshayfix layout bugs
2021-10-13 Jacob Lifshayadd docs for layout
2021-10-13 Jacob Lifshayformat code
2021-10-12 Luke Kenneth Casso... add option to specify fixed_width and no lane_shaps...
2021-10-11 Luke Kenneth Casso... add blanking mask, but current example has no blank...
2021-10-11 Luke Kenneth Casso... whitespace
2021-10-11 Luke Kenneth Casso... improve code-comments some more
2021-10-11 Luke Kenneth Casso... improve code-comments some more
2021-10-11 Luke Kenneth Casso... improve code-comments
2021-10-10 Luke Kenneth Casso... whoops conversion of list of 0/1 needed reversing
2021-10-10 Luke Kenneth Casso... add option to do fixed-width layout
2021-10-10 Luke Kenneth Casso... add a check of bitp against the expected partition...
2021-10-10 Luke Kenneth Casso... add phase 3 of the layout() experiment.
2021-10-10 Luke Kenneth Casso... convert to two-stage layout points-creation
2021-10-10 Luke Kenneth Casso... add code-comments
2021-10-10 Luke Kenneth Casso... added example with elwidth==Signal(2) from:
2021-10-10 Luke Kenneth Casso... remove Shape, signed and unsigned from layout experiment,
2021-10-10 Luke Kenneth Casso... add layout experiment from
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-10 Luke Kenneth Casso... add some more comments for the elwidth-adapter
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 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-09 Luke Kenneth Casso... add TestReplMod, under development
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... add PartitionedRepl first version, no unit test just...
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... pull in unit test code for PartitionedSignal.matches...
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-04 Jacob Lifshayrewrite complex comprehensions as for loops
2021-10-04 Jacob LifshayFix broken code caused by attempted removal of type...
2021-10-02 Luke Kenneth Casso... add TODO comments
2021-10-02 Luke Kenneth Casso... add a PartitionedSignal.any() test and extend range...
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... 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 PartitionedAll operator, based on PartitionedBase
2021-10-02 Luke Kenneth Casso... add bool PartitionedSignal test
2021-10-02 Luke Kenneth Casso... removing unnecessary type information which makes the...
2021-10-02 Jacob Lifshayadd PartitionedSignalTester
2021-10-01 Luke Kenneth Casso... split out logical ops into PartitionedBase
2021-10-01 Luke Kenneth Casso... add PartitionedBool class (based on PartitionedXOR)
2021-10-01 Luke Kenneth Casso... add quick use/self-test to PartitionedXOR
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... add use of PartitionedAssign in PartitionedSignal,...
2021-09-29 Luke Kenneth Casso... add support in PartitionedAssign for scalar signals
2021-09-29 Luke Kenneth Casso... add PartitionedAssign class for use 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-29 Luke Kenneth Casso... add assert to check partition jump point size
2021-09-29 Luke Kenneth Casso... unit test for PartitionedSignal.__Cat__
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... corrections to PartitionedCat after corrections to...
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-09-27 Luke Kenneth Casso... whitespace
2021-09-24 Luke Kenneth Casso... fix chunking to get correct order for PartitionedCat
2021-09-24 Luke Kenneth Casso... add first cut at PartitionedSignal "Cat"
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 StraussClarify comment about operations returning plain Signals
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-23 Cesar StraussUse z3 solver instead of yices2 when convenient
2021-01-20 Cesar StraussAdd tests for bitwise logical operators
2021-01-20 Cesar StraussReverse order of operations in implies()
2021-01-18 Cesar StraussDo not register carry-out on the PartitionedAdder
next