change to use plain_data.fields
[nmigen-gf.git] / src /
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 Jacob Lifshayclean up CLMulAdd.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... sigh
2022-04-07 Luke Kenneth Casso... add TODO comment-notes and rename part_prods to just...
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-07 Jacob Lifshaywork around yosys bug with Switch() over high-bit-width...
2022-04-07 Jacob Lifshayclean up code
2022-04-07 Jacob Lifshayremove BitwiseXorReduce
2022-04-07 Jacob Lifshayremove uses of BitwiseXorReduce
2022-04-05 Jacob Lifshayfix code luke broke
2022-04-05 Jacob Lifshayformat code
2022-04-05 Luke Kenneth Casso... update code-comments from
2022-04-05 Jacob Lifshayadd github issue number
2022-04-05 Jacob Lifshayworking on adding CLDivRem
2022-04-04 Jacob Lifshayfix after move
2022-04-04 Jacob Lifshayfix tests
2022-04-04 Jacob Lifshaymove clmul files from nmutil.git
2022-04-04 Jacob Lifshaysetup python project structure
2022-04-03 Luke Kenneth Casso... to fit with ikiwiki underlays there has to be a directo...
2022-04-03 Jacob Lifshayadd readme for reference dir
2022-04-03 Jacob Lifshayinitial commit