change to use plain_data.fields
[nmigen-gf.git] / src / nmigen_gf / hdl / cldivrem.py
2022-08-16 Jacob Lifshaychange to use plain_data.fields master
2022-08-12 Jacob Lifshayswitch dataclass to plain_data
2022-05-06 Jacob Lifshaysplit step counter into clock and substep
2022-05-05 Jacob Lifshayremove now-unused EqualLeadingZeroCount
2022-05-05 Jacob Lifshayswitch to better CLDivRem algorithm
2022-05-05 Jacob Lifshayshrink signal widths
2022-05-05 Jacob Lifshayadd cldivrem_shifting as a more efficient algorithm
2022-05-04 Jacob Lifshayimplement CLDivRemFSMStage
2022-04-08 Jacob Lifshayclean up EqualLeadingZeroCount.elaborate
2022-04-08 Luke Kenneth Casso... move NOT into carrysum so that variable name
2022-04-07 Luke Kenneth Casso... remove addend1 and addend2 just add bothones and different.
2022-04-07 Luke Kenneth Casso... code-comments
2022-04-07 Luke Kenneth Casso... doh
2022-04-07 Luke Kenneth Casso... simplify code by removing for-loop and commenting why...
2022-04-07 Jacob Lifshayremove unused imports
2022-04-07 Jacob Lifshayswitch EqualLeadingZeroCount to use bitwise logic rathe...
2022-04-07 Jacob Lifshaychange reference algorithm to be more amenable to bitwi...
2022-04-05 Jacob Lifshayworking on adding CLDivRem