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 carry_in/carry_out #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add carry_in/carry_out #4

wants to merge 2 commits into from

Commits on Oct 4, 2022

  1. adder: Add carry_in/carry_out

    Signed-off-by: Anton Blanchard <[email protected]>
    antonblanchard committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    be18a29 View commit details
    Browse the repository at this point in the history
  2. adder: Remove unnecessary xor of lowest bit

    Mikey noticed the lowest bit of the adder has an xor with 0.
    
    To fix this, we have to move the flattening of the array of signals
    later.
    
    Signed-off-by: Anton Blanchard <[email protected]>
    antonblanchard committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    3508dbc View commit details
    Browse the repository at this point in the history