Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CompoundAdder component #98

Merged
merged 36 commits into from
Oct 11, 2024
Merged

Add CompoundAdder component #98

merged 36 commits into from
Oct 11, 2024

Commits on Sep 26, 2024

  1. Add compound_adder. Trivial Mock implementation

    anton.a.sorokin committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2736160 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Add compound carry-select adder

    anton.a.sorokin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8cde073 View commit details
    Browse the repository at this point in the history
  2. Compound added extend Adder

    anton.a.sorokin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ca6cac1 View commit details
    Browse the repository at this point in the history
  3. Comments

    anton.a.sorokin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fd8be7c View commit details
    Browse the repository at this point in the history
  4. Cleanup. Add bit splitter algorithm result check

    anton.a.sorokin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    35a2229 View commit details
    Browse the repository at this point in the history
  5. Cleanup.

    anton.a.sorokin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1d1d345 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from aasorokiin/as/compound_adder

    Add compound_adder component
    aasorokiin authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b98bf94 View commit details
    Browse the repository at this point in the history
  7. Format

    anton.a.sorokin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0a6dd3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0d08e5 View commit details
    Browse the repository at this point in the history
  9. Fix spliter algorithm rename

    anton.a.sorokin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1a3137e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3 from aasorokiin/as/compound_adder

    Fix spliter algorithm rename
    aasorokiin authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3d4643a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Add compound adder doc. Make ripple-carry adder carry input optional.…

    … Remove ripple-carry adder with required carry input.
    anton.a.sorokin committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    71d2e98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from aasorokiin/as/compound_adder

    Add compound adder doc. Make ripple-carry adder carry input optional.…
    aasorokiin authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e229a3d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Add CompundAdder configurator

    anton.a.sorokin committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fb71c25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from aasorokiin/as/compound_adder

    Add CompoundAdder configurator
    aasorokiin authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d423372 View commit details
    Browse the repository at this point in the history
  3. Doc markdown fixes.

    anton.a.sorokin committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    25d718a View commit details
    Browse the repository at this point in the history
  4. Doc typo.

    anton.a.sorokin committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9db0a59 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from aasorokiin/as/compound_adder

    doc markdown fixes
    aasorokiin authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    61f25f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Doc markdown fixes.

    anton.a.sorokin committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    f44c9a0 View commit details
    Browse the repository at this point in the history
  2. Doc markdown fixes.

    anton.a.sorokin committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    e6ff19d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from aasorokiin/as/compound_adder

     Doc markdown fixes.
    aasorokiin authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    945b6bd View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Doc markdown fixes.

    anton.a.sorokin committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c6fa0dd View commit details
    Browse the repository at this point in the history
  2. Doc markdown fixes.

    anton.a.sorokin committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    22b9e5c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from aasorokiin/as/compound_adder

     Doc markdown fixes.
    aasorokiin authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d3cd6e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    0269089 View commit details
    Browse the repository at this point in the history
  2. Compound Adder Configurator. Format

    anton.a.sorokin committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b0758d0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from aasorokiin/as/compound_adder

    Compound Adder Configurator. Add adder type to the list of options
    aasorokiin authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7dc857e View commit details
    Browse the repository at this point in the history
  4. Compound Adder Configurator. Added to registry

    anton.a.sorokin committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f706b6b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Merge pull request #10 from aasorokiin/as/compound_adder

    Compound Adder Configurator. Added to registry
    aasorokiin authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2433983 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    90d68be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from aasorokiin/as/compound_adder

    Compound Adder Configurator. Added to registry. Doc Markdown update
    aasorokiin authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2fb31c7 View commit details
    Browse the repository at this point in the history
  3. Update adder.md

    aasorokiin authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9c76e47 View commit details
    Browse the repository at this point in the history
  4. Update adder.md

    aasorokiin authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a9b0af6 View commit details
    Browse the repository at this point in the history
  5. Update adder.md

    aasorokiin authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5332674 View commit details
    Browse the repository at this point in the history
  6. Update adder.md

    aasorokiin authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bcf274d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #12 from aasorokiin/as/compound_adder

    Adder.md update
    aasorokiin authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    03b3b2a View commit details
    Browse the repository at this point in the history