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

Complete formal proofs for LSU, Dcache and CPU modules #151

Open
stffrdhrn opened this issue May 13, 2022 · 0 comments
Open

Complete formal proofs for LSU, Dcache and CPU modules #151

stffrdhrn opened this issue May 13, 2022 · 0 comments

Comments

@stffrdhrn
Copy link
Member

When fixing #146 I rewrote formal properties to do a better job of simulating real Load/Store and Dcache transactions.

I was able to track down the bug and fix it. However, the formal verification for LSU, Dcache and CPU now has a few limitations.

  • The mor1k_lsu_cappuccino, mor1k_cappuccino and mor1k formal no longer passes induction, only bmc is enabled
  • The LSU validation runs with dmmu off, this was done to simplify scope and focus on the d-cache bug
  • The D-Cache and/or DMMU validation runs with only a single way, this was done for simplification, but we should test multiple way
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

No branches or pull requests

1 participant