ieee754fpu.git
2021-10-16 Jacob Lifshayadd WIP code for handling Slice and Cat in a unified...
2021-10-15 Jacob Lifshayformat code
2021-10-15 Jacob Lifshayfix bmask calculation
2021-10-15 Jacob Lifshaysplit out end_bit
2021-10-15 Jacob Lifshaysplit out start_bit
2021-10-15 Jacob Lifshayremove redundant plist variable
2021-10-15 Jacob Lifshaysort dpoints keys
2021-10-15 Jacob Lifshaysimplify dpoints computation
2021-10-15 Jacob Lifshaydedup dpoints
2021-10-15 Jacob Lifshaydelete superfluous documentation section
2021-10-15 Jacob Lifshayformat code
2021-10-13 Luke Kenneth... create quick test of what 24-12-5-6 layout was likely...
2021-10-13 Luke Kenneth... add 2nd test to see what is going on in layout_experiment
2021-10-13 Luke Kenneth... add FP "exponent" example, not quite matching expected...
2021-10-13 Luke Kenneth... remove return of part_count parameter because it is...
2021-10-13 Luke Kenneth... fix issue where width was being computed based on 2...
2021-10-13 Luke Kenneth... remove unnecessary sign argument from layout() tests
2021-10-13 Luke Kenneth... remove signed. again
2021-10-13 Luke Kenneth... whitespace for clarity. comments
2021-10-13 Luke Kenneth... move "faulty" test to end of layout_experiment.py ...
2021-10-13 Luke Kenneth... although it is a little less visually clear, removing...
2021-10-13 Luke Kenneth... add assert to check that the 5-6-6-6 example returns...
2021-10-13 Luke Kenneth... fix layout() to put in only the number of *requested...
2021-10-13 Luke Kenneth... rename part_counts to vec_el_counts
2021-10-13 Luke Kenneth... cpart_wid is just max(lane_shapes.values())
2021-10-13 Luke Kenneth... redefine part_counts to be "number of vector elements...
2021-10-13 Luke Kenneth... whitespace
2021-10-13 Luke Kenneth... whitespace, illustrate examples so as to make expected...
2021-10-13 Luke Kenneth... unfortunately this is a multi-purpose commit.
2021-10-13 Luke Kenneth... 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... add option to specify fixed_width and no lane_shaps...
2021-10-11 Luke Kenneth... add blanking mask, but current example has no blank...
2021-10-11 Luke Kenneth... whitespace
2021-10-11 Luke Kenneth... improve code-comments some more
2021-10-11 Luke Kenneth... improve code-comments some more
2021-10-11 Luke Kenneth... improve code-comments
2021-10-10 Luke Kenneth... whoops conversion of list of 0/1 needed reversing
2021-10-10 Luke Kenneth... add option to do fixed-width layout
2021-10-10 Luke Kenneth... add a check of bitp against the expected partition...
2021-10-10 Luke Kenneth... add phase 3 of the layout() experiment.
2021-10-10 Luke Kenneth... convert to two-stage layout points-creation
2021-10-10 Luke Kenneth... add code-comments
2021-10-10 Luke Kenneth... added example with elwidth==Signal(2) from:
2021-10-10 Luke Kenneth... remove Shape, signed and unsigned from layout experiment,
2021-10-10 Luke Kenneth... add layout experiment from
2021-10-10 Luke Kenneth... fix SimdSignal Repl test (was previously unfinished)
2021-10-10 Luke Kenneth... big rename PartitionedSignal to SimdSignal (shorter)
2021-10-10 Luke Kenneth... add some more comments for the elwidth-adapter
2021-10-09 Luke Kenneth... altered test_partsig2.py removed outval, run with outva...
2021-10-09 Luke Kenneth... add PartType context to PartitionedMux
2021-10-09 Luke Kenneth... convert PartitionedAssign and PAssign over to PartType
2021-10-09 Luke Kenneth... covert PartitionedCat (and PCat) over to PartType format
2021-10-09 Luke Kenneth... convert PartitionedRepl over to new "PartType" format
2021-10-09 Luke Kenneth... add TestReplMod, under development
2021-10-05 Luke Kenneth... add PartitionedRepl into PartitionedSignal.__Repl__
2021-10-05 Luke Kenneth... shuffle order of functions (whitespace) to same order...
2021-10-05 Luke Kenneth... add PartitionedRepl first version, no unit test just...
2021-10-05 Luke Kenneth... whoops accidentally removed bugreport link
2021-10-05 Luke Kenneth... add signed/unsigned functions and preliminary unit...
2021-10-05 Luke Kenneth... pull in unit test code for PartitionedSignal.matches...
2021-10-05 Luke Kenneth... bit of a reorder / reorg, to match up with current...
2021-10-05 Luke Kenneth... 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... add TODO comments
2021-10-02 Luke Kenneth... add a PartitionedSignal.any() test and extend range...
2021-10-02 Luke Kenneth... make note about failing PartitionedAll
2021-10-02 Luke Kenneth... revert to using self == Const(-1) for now in Partitione...
2021-10-02 Luke Kenneth... bit more sophisticated on the partsig horizontal test...
2021-10-02 Luke Kenneth... add PartitionedSignal.all() and unit test, currently...
2021-10-02 Luke Kenneth... add PartitionedAll operator, based on PartitionedBase
2021-10-02 Luke Kenneth... add bool PartitionedSignal test
2021-10-02 Luke Kenneth... removing unnecessary type information which makes the...
2021-10-02 Jacob Lifshayadd PartitionedSignalTester
2021-10-01 Luke Kenneth... split out logical ops into PartitionedBase
2021-10-01 Luke Kenneth... add PartitionedBool class (based on PartitionedXOR)
2021-10-01 Luke Kenneth... add quick use/self-test to PartitionedXOR
2021-09-30 Luke Kenneth... add PartitionedSignal XOR partsig test
2021-09-30 Luke Kenneth... partsig unit test tidyup
2021-09-30 Luke Kenneth... test names to go under a different fileset
2021-09-30 Luke Kenneth... add scalar test of PartitionedSignal.__Assign__
2021-09-30 Luke Kenneth... add six combinations of PartitionedSignal.__Assign__...
2021-09-30 Luke Kenneth... rework partsig TestAssign to cope with different types...
2021-09-30 Luke Kenneth... fix PartitionedAssign, PAssign, and PartitionedSignal...
2021-09-30 Luke Kenneth... correct test_partsig name, remove redundant code
2021-09-30 Luke Kenneth... remove PartitionedSignal.eq, expectation is to use...
2021-09-30 Luke Kenneth... whitespace / comments
2021-09-29 Luke Kenneth... add use of PartitionedAssign in PartitionedSignal,...
2021-09-29 Luke Kenneth... add support in PartitionedAssign for scalar signals
2021-09-29 Luke Kenneth... add PartitionedAssign class for use in PartitionedSignal
2021-09-29 Luke Kenneth... add PartitionedSignal.shape function
2021-09-29 Luke Kenneth... add PartitionedSignal.__len__ override, redirects to...
2021-09-29 Luke Kenneth... reduce part_mask in partsig tests to 3 (actual number...
2021-09-29 Luke Kenneth... add assert to check partition jump point size
2021-09-29 Luke Kenneth... unit test for PartitionedSignal.__Cat__
next