ieee754fpu.git
2020-04-17 Michael NolanUse higher precision arithmetic when calculating the...
2020-04-16 Michael Nolanchange test_fpsin to use 32 bit floats
2020-04-16 Michael NolanRun the cordic for the proper number of iterations
2020-04-16 Michael NolanWorking (ish) fpsin iterative cordic
2020-04-16 Michael NolanAssert that fpsin_cos converts floats to fixed correctly
2020-04-16 Michael NolanBegin working on multi cycle float cordic
2020-04-14 Michael NolanAdd experiment testing the effects of adding extra...
2020-04-13 Luke Kenneth... add rtlil conversion and fix yield from in Cordic Data
2020-04-03 Jacob Lifshayrun tests in parallel
2020-04-03 Jacob Lifshaybuilding sfpy works
2020-04-03 Jacob Lifshayadd not yet working .gitlab-ci.yml
2020-04-02 Michael NolanCombine a selectable number of rounds into one pipeline...
2020-04-01 Michael NolanCleanup
2020-04-01 Michael NolanCombine initial stage with first cordic stage
2020-04-01 Michael NolanAdd actual tests to test_pipeline.py
2020-04-01 Michael NolanRegister each pipeline stage
2020-04-01 Michael NolanAdd test for sin_cos_pipe (kinda working)
2020-04-01 Michael NolanAdd test for sin_cos_pipe (not working still)
2020-04-01 Michael NolanConnect up pipeline stages
2020-04-01 Michael NolanBegin work on pipelined cordic
2020-03-31 Michael NolanCleanup
2020-03-31 Michael NolanWorking sin/cos cordic
2020-03-31 Michael Nolansin/cos cordic partially working
2020-03-31 Michael NolanAdd test for sin_cos.py
2020-03-31 Michael NolanBegin adding cordic
2020-03-02 Luke Kenneth... yet another nuisance
2020-03-02 Luke Kenneth... annoying, see https://github.com/nmigen/nmigen/issues/302
2020-02-27 Michael NolanApply Luke's suggestions/FIXME's
2020-02-26 Luke Kenneth... more fun comments
2020-02-26 Luke Kenneth... shuffle and comments
2020-02-26 Luke Kenneth... update comments on test partitioned signal
2020-02-26 Luke Kenneth... tiny code-shuffle on GatedBitReverse
2020-02-26 Michael NolanAdd shift right to test_partsig and partsig
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... zero out entirety of mask explicitly
2020-02-24 Luke Kenneth... zero bitmask in Shifter
2020-02-23 Luke Kenneth... skip shiftermask when bitwid=0
2020-02-22 Luke Kenneth... fix shiftermask error on pwid=0
2020-02-22 Luke Kenneth... append actual bit, see if coriolis issue goes away
2020-02-22 Luke Kenneth... must declare carry equal to width of partitions+1
2020-02-22 Luke Kenneth... add carry (not zeros, a Const of correct width)
2020-02-21 Luke Kenneth... zero carry-in on __neg__
2020-02-21 Luke Kenneth... deal with zero-width ShiftMask
2020-02-21 Luke Kenneth... deal with zero-width ShiftMask
2020-02-21 Luke Kenneth... use alternative class as an experiment for coriolis2
2020-02-20 Luke Kenneth... test longer name
2020-02-20 Luke Kenneth... change name to not clash with cell name add1
2020-02-20 Luke Kenneth... stop at end of mask index
2020-02-20 Luke Kenneth... ignore last bit of partition mask
2020-02-19 Luke Kenneth... test shift against scalar b input
2020-02-19 Luke Kenneth... all signals must be reset_less
2020-02-17 Luke Kenneth... add fpflags to Overflow class
2020-02-17 Luke Kenneth... comment that roundz is a property
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... add in PartitionedScalarShift, ready for testing
2020-02-15 Luke Kenneth... whoops shift width reduction not active
2020-02-15 Luke Kenneth... scalar partitioned shift moved, change module import...
2020-02-15 Luke Kenneth... add module __init__.py
2020-02-15 Luke Kenneth... set initial element to b_interval shape
2020-02-15 Luke Kenneth... split out PartialResults to separate module
2020-02-15 Luke Kenneth... split out ShifterMask to separate module
2020-02-15 Luke Kenneth... truncate max_bits in shiftermask
2020-02-15 Luke Kenneth... really annoying simulation bug, dont know whats going on
2020-02-15 Luke Kenneth... clip shift amount
2020-02-15 Luke Kenneth... comment partial results
2020-02-15 Luke Kenneth... truncate partial result intermediate to width of partition
2020-02-15 Luke Kenneth... make things a little clearer, do the select and the...
2020-02-15 Luke Kenneth... reduce bitwidth of intermediate output
2020-02-15 Luke Kenneth... reduce partial result width
2020-02-15 Luke Kenneth... store partial result in signal otherwise it gets duplicated
2020-02-15 Luke Kenneth... stop expression-repeating cascade
2020-02-15 Luke Kenneth... limit shiftbits, partial results do not need to be...
2020-02-15 Luke Kenneth... store shiftmask bits in temporary otherwise the express...
2020-02-15 Luke Kenneth... make all signals resetless
2020-02-15 Luke Kenneth... comment why shift mask exists
2020-02-15 Luke Kenneth... whitespace
2020-02-15 Luke Kenneth... remove out_intervals (unused)
2020-02-14 Luke Kenneth... fix the shift-test to truncate b-input
2020-02-14 Luke Kenneth... reduce range of b in shift test
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-14 Luke Kenneth... add beginnings of shift unit test for partsig
2020-02-13 Luke Kenneth... reduce width of temporary intermediates
2020-02-13 Luke Kenneth... mention being a bit like the gt-combiner
2020-02-13 Luke Kenneth... OR element in after the MUX because its an invariant
2020-02-13 Luke Kenneth... store intermediate in temp, append that to output
2020-02-13 Luke Kenneth... experiment looking for minimum shift width
2020-02-13 Luke Kenneth... limit matrix output width and limit shift amount
2020-02-13 Luke Kenneth... use different style of output concatenation, reduce...
2020-02-12 Michael NolanEliminate unused entries in shift matrix
next