whitespace for clarity. comments
[ieee754fpu.git] / src / ieee754 / part / layout_experiment.py
2021-10-13 Luke Kenneth Casso... whitespace for clarity. comments
2021-10-13 Luke Kenneth Casso... move "faulty" test to end of layout_experiment.py ...
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 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... 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