Skip to content

feat: Completing partials/sorries#21

Open
osmanyasar05 wants to merge 6 commits into
mainfrom
complete_sorries
Open

feat: Completing partials/sorries#21
osmanyasar05 wants to merge 6 commits into
mainfrom
complete_sorries

Conversation

@osmanyasar05

Copy link
Copy Markdown
Collaborator

This PR will introduce:

  1. Width-aware addBit function with termination proof
  2. Completion of the proofs for: eval_heap_addBit, eval_heap_removeBit, get_removeBit_of_ne.
  3. With the new addBit definition, our FA/HA correctness theorems using eval (namely halfAdder_correct and fullAdder_correct) will not hold anymore. These will be removed and replaced with new theorems that account for the wrap-around behavior (we already have these, but they depend on theorems that no longer hold with the new addBit definition).

@bollu bollu left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM other than the refactoring which I think decreases the complexity :)

Comment thread DatapathVerification/BitHeap/BitHeap.lean Outdated

@cowardsa cowardsa left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants