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

Wrong triggering of ddt_walk_o signal #36

Open
mhayat-10xe opened this issue Jul 29, 2024 · 0 comments
Open

Wrong triggering of ddt_walk_o signal #36

mhayat-10xe opened this issue Jul 29, 2024 · 0 comments

Comments

@mhayat-10xe
Copy link
Contributor

I wrote an assertion that states:

if there is a ddt_walk_o signal high then in the past cycle ddtc_miss_q(sva internal signal) must be high too.

Here is a counter-example of the assertion failure, first DC is loaded, and then in the 10th cycle we have an IODIR.INVAL_DDT(flush_ddtc_i == 1 and flush_dv_i == 0) command that flushes all DDT entries. Now, in the 12th cycle when req_trans_i is 0, ddt_walk must be low, but ddt_walk is wrongly triggered.

image

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