fix test_mul_pipe.py unit test
[ieee754fpu.git] / src /
2020-07-06 Luke Kenneth Casso... fix test_mul_pipe.py unit test
2020-07-04 Luke Kenneth Casso... continue reducing length of signals in div core
2020-07-04 Luke Kenneth Casso... attempt to get simulation for div test_core.py running
2020-07-04 Luke Kenneth Casso... reduce compare lengths to *2 rather than *3
2020-07-04 Luke Kenneth Casso... whoops set pass_flag[0] always true
2020-07-04 Luke Kenneth Casso... add feedback_width argument to runfp for testing
2020-07-03 Luke Kenneth Casso... allow arrangement for feedback loops to be possible...
2020-07-03 Luke Kenneth Casso... cut top trial comparison
2020-07-03 Luke Kenneth Casso... remove use of Array, replace with treereduce
2020-07-03 Luke Kenneth Casso... cut root_times_radicand if not doing Sqrt
2020-07-03 Luke Kenneth Casso... add "supported" option to div core
2020-06-09 Luke Kenneth Casso... 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 Casso... track down error in CORDIC pipe_data, "yield from"...
2020-05-05 Luke Kenneth Casso... whoops cant output .il at the moment
2020-05-05 Luke Kenneth Casso... add progress counter
2020-05-05 Luke Kenneth Casso... allow rtlil file to be created in cordic
2020-05-05 Michael NolanAdd renormalize.py (oops!)
2020-05-05 Luke Kenneth Casso... 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 Casso... move ripple.py to nmutil
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 Casso... add rtlil conversion and fix yield from in Cordic Data
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 Casso... yet another nuisance
2020-03-02 Luke Kenneth Casso... annoying, see https://github.com/nmigen/nmigen/issues/302
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... update comments on test partitioned signal
2020-02-26 Luke Kenneth Casso... 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 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-22 Luke Kenneth Casso... must declare carry equal to width of partitions+1
2020-02-22 Luke Kenneth Casso... add carry (not zeros, a Const of correct width)
2020-02-21 Luke Kenneth Casso... zero carry-in on __neg__
2020-02-21 Luke Kenneth Casso... deal with zero-width ShiftMask
2020-02-21 Luke Kenneth Casso... deal with zero-width ShiftMask
2020-02-21 Luke Kenneth Casso... use alternative class as an experiment for coriolis2
2020-02-20 Luke Kenneth Casso... test longer name
2020-02-20 Luke Kenneth Casso... change name to not clash with cell name add1
2020-02-20 Luke Kenneth Casso... stop at end of mask index
2020-02-20 Luke Kenneth Casso... ignore last bit of partition mask
2020-02-19 Luke Kenneth Casso... test shift against scalar b input
2020-02-19 Luke Kenneth Casso... all signals must be reset_less
2020-02-17 Luke Kenneth Casso... add fpflags to Overflow class
2020-02-17 Luke Kenneth Casso... 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 Casso... add in PartitionedScalarShift, ready for testing
2020-02-15 Luke Kenneth Casso... whoops shift width reduction not active
next