ieee754fpu.git
2020-07-04 Luke Kenneth... attempt to get simulation for div test_core.py running
2020-07-04 Luke Kenneth... reduce compare lengths to *2 rather than *3
2020-07-04 Luke Kenneth... whoops set pass_flag[0] always true
2020-07-04 Luke Kenneth... add feedback_width argument to runfp for testing
2020-07-03 Luke Kenneth... allow arrangement for feedback loops to be possible...
2020-07-03 Luke Kenneth... cut top trial comparison
2020-07-03 Luke Kenneth... remove use of Array, replace with treereduce
2020-07-03 Luke Kenneth... cut root_times_radicand if not doing Sqrt
2020-07-03 Luke Kenneth... add "supported" option to div core
2020-06-09 Luke Kenneth... fix imports (allows test command to be run from non...
2020-06-04 Jacob Lifshaymove mulAddRecFN.py and nmigen_div_experiment.py to...
2020-05-22 Jacob Lifshayadd DivPipeOp in fpdiv/op.py
2020-05-16 Michael NolanFix handling of FPPipeContext.ports()
2020-05-08 Michael NolanAllow partsig to take in a PartitionPoints directly
2020-05-05 Michael NolanAdd in FPPipeContext to the cordic pipeline
2020-05-05 Michael NolanUse clz.py from nmutil
2020-05-05 Luke Kenneth... track down error in CORDIC pipe_data, "yield from"...
2020-05-05 Luke Kenneth... whoops cant output .il at the moment
2020-05-05 Luke Kenneth... add progress counter
2020-05-05 Luke Kenneth... allow rtlil file to be created in cordic
2020-05-05 Michael NolanAdd renormalize.py (oops!)
2020-05-05 Luke Kenneth... remove extraneous whitespace
2020-05-04 Michael NolanRemove print statements from clz.py
2020-05-04 Michael NolanAdd asserts to fp pipe test
2020-05-04 Michael NolanSorta working FP renormalization in cordic
2020-05-04 Michael NolanExtend clz to work with odd widths
2020-05-04 Michael NolanExtend CLZ to work over even, non powers of 2
2020-05-04 Michael NolanAdd proof for clz.py
2020-05-04 Michael NolanAdd count leading zeros module (should probably go...
2020-05-04 Michael NolanHave sin_cos pipeline use bigfloat calculated atan...
2020-05-04 Michael NolanAdd cordic stages to fp cordic pipeline
2020-05-04 Michael NolanAdd stage to convert input float to fixed point number
2020-05-04 Michael NolanBegin adding floating point cordic pipeline
2020-05-04 Michael NolanAllow cordic to work with 64 bit floats
2020-05-01 Luke Kenneth... move ripple.py to nmutil
2020-04-17 Jacob Lifshayadd libmpfr-dev to .gitlab-ci.yml
2020-04-17 Michael NolanChange tabs to spaces in .gitlab-ci.yml
2020-04-17 Michael NolanAdd libgmp-dev to .gitlab-ci.yml
2020-04-17 Michael NolanUse python bigfloat to calculate atan tables
2020-04-17 Michael NolanRevert "Use higher precision arithmetic when calculatin...
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
next