switch to exact version of cython
[ieee754fpu.git] / src / ieee754 / cordic /
2022-05-12 Jacob Lifshayfix tests/mark as expected failure
2022-05-12 Jacob Lifshayformat code
2022-05-11 Jacob Lifshayfix some borked imports
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-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