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

SPR property fails when debug unit is enabled #135

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

SPR property fails when debug unit is enabled #135

Harshitha172000 opened this issue Aug 6, 2021 · 2 comments

Comments

@Harshitha172000
Copy link
Member

SPR read and write requests are mutually exclusive. Both spr_read_access and spr_write_acess can’t be high at the same time. When the Debug unit is enabled, this property fails.

Assertion (Check applied to mor1kx_ctrl_cappuccino.v)

always @*
   assert ($onehot0 ({spr_read_access, spr_write_access}));

Trace:

image

@Harshitha172000 Harshitha172000 changed the title SPR property fails when debug is enabled SPR property fails when debug unit is enabled Aug 6, 2021
@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

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