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

Data bus Wishbone Interface Formal Check fails #134

Open
Harshitha172000 opened this issue Aug 5, 2021 · 2 comments
Open

Data bus Wishbone Interface Formal Check fails #134

Harshitha172000 opened this issue Aug 5, 2021 · 2 comments

Comments

@Harshitha172000
Copy link
Member

Harshitha172000 commented Aug 5, 2021

Properties that failed:

  1. The direction of the write enable shouldn't change within a series of strobe/requests.
  2. Within any given bus cycle, the direction may only change when there are no further outstanding requests

Solver picks up a case where the write enable changes due to atomic signal transition.

Code:
https://github.com/openrisc/mor1kx/blob/master/bench/formal/fwb_master.v#L173#L186

Trace showing failure:

image

@stffrdhrn
Copy link
Member

can you put a link to the code, or mention the module where this is happening?

@Harshitha172000
Copy link
Member Author

Wishbone Interface referring to mor1kx.v module.

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

2 participants