switch to exact version of cython
[ieee754fpu.git] / src / ieee754 / part_shift /
2022-05-11 Jacob Lifshayfix some borked imports
2021-01-10 Cesar StraussUse len(sig) instead of sig.shape()[0]
2020-02-27 Michael NolanApply Luke's suggestions/FIXME's
2020-02-26 Luke Kenneth Casso... more fun comments
2020-02-26 Luke Kenneth Casso... shuffle and comments
2020-02-26 Luke Kenneth Casso... tiny code-shuffle on GatedBitReverse
2020-02-26 Michael NolanRename bitrev signal to shift_right (more descriptive)
2020-02-26 Michael NolanShift left now working
2020-02-26 Michael NolanRemove element mux calculation from PartialResult
2020-02-26 Michael NolanAdd bit reversal to part_shift_dynamic
2020-02-26 Michael NolanAdd partitioned right shift to part_shift_scalar
2020-02-24 Michael NolanAdd gated bit reversal module
2020-02-24 Luke Kenneth Casso... zero out entirety of mask explicitly
2020-02-24 Luke Kenneth Casso... zero bitmask in Shifter
2020-02-23 Luke Kenneth Casso... skip shiftermask when bitwid=0
2020-02-22 Luke Kenneth Casso... fix shiftermask error on pwid=0
2020-02-22 Luke Kenneth Casso... append actual bit, see if coriolis issue goes away
2020-02-21 Luke Kenneth Casso... deal with zero-width ShiftMask
2020-02-21 Luke Kenneth Casso... deal with zero-width ShiftMask
2020-02-19 Luke Kenneth Casso... all signals must be reset_less
2020-02-17 Michael Nolanpart_shift_scalar now has maked shift amounts working
2020-02-17 Michael NolanFix proof crashing instead of giving a vcd
2020-02-17 Michael NolanIn progress
2020-02-17 Michael NolanAdd ShifterMask modules to part_shift_scalar
2020-02-15 Luke Kenneth Casso... whoops shift width reduction not active
2020-02-15 Luke Kenneth Casso... scalar partitioned shift moved, change module import...
2020-02-15 Luke Kenneth Casso... add module __init__.py
2020-02-15 Luke Kenneth Casso... set initial element to b_interval shape
2020-02-15 Luke Kenneth Casso... split out PartialResults to separate module
2020-02-15 Luke Kenneth Casso... split out ShifterMask to separate module
2020-02-15 Luke Kenneth Casso... truncate max_bits in shiftermask
2020-02-15 Luke Kenneth Casso... really annoying simulation bug, dont know whats going on
2020-02-15 Luke Kenneth Casso... clip shift amount
2020-02-15 Luke Kenneth Casso... comment partial results
2020-02-15 Luke Kenneth Casso... truncate partial result intermediate to width of partition
2020-02-15 Luke Kenneth Casso... make things a little clearer, do the select and the...
2020-02-15 Luke Kenneth Casso... reduce bitwidth of intermediate output
2020-02-15 Luke Kenneth Casso... reduce partial result width
2020-02-15 Luke Kenneth Casso... store partial result in signal otherwise it gets duplicated
2020-02-15 Luke Kenneth Casso... stop expression-repeating cascade
2020-02-15 Luke Kenneth Casso... limit shiftbits, partial results do not need to be...
2020-02-15 Luke Kenneth Casso... store shiftmask bits in temporary otherwise the express...
2020-02-15 Luke Kenneth Casso... make all signals resetless
2020-02-15 Luke Kenneth Casso... comment why shift mask exists
2020-02-15 Luke Kenneth Casso... whitespace
2020-02-15 Luke Kenneth Casso... remove out_intervals (unused)
2020-02-14 Michael Nolanre-add masking of the shift amount based on partition...
2020-02-14 Michael NolanMinor refactoring of part_shift_dynamic
2020-02-14 Michael NolanRefactor part_shift_dynamic.py
2020-02-14 Michael NolanReplace giant switch statement with mux chain
2020-02-13 Luke Kenneth Casso... reduce width of temporary intermediates
2020-02-13 Luke Kenneth Casso... mention being a bit like the gt-combiner
2020-02-13 Luke Kenneth Casso... OR element in after the MUX because its an invariant
2020-02-13 Luke Kenneth Casso... store intermediate in temp, append that to output
2020-02-13 Luke Kenneth Casso... experiment looking for minimum shift width
2020-02-13 Luke Kenneth Casso... limit matrix output width and limit shift amount
2020-02-13 Luke Kenneth Casso... use different style of output concatenation, reduce...
2020-02-12 Michael NolanEliminate unused entries in shift matrix
2020-02-12 Michael NolanReduce width of b operand to minimum size needed
2020-02-12 Michael NolanExpand proof_shift_dynamic to 32 bits
2020-02-12 Luke Kenneth Casso... comment the dynamic shifter
2020-02-12 Michael NolanRename part_shift_scalar/ to part_shift