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

modify flush to be complete and enter bypass mode #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AngelaGonzalezMarino
Copy link

Currently, even though FLUSH CFG is all set, the LLC does not enter bypass mode.

In axi_llc_config.sv, conf_regs_i.flushed is never completely set to 1, so the bypass mode is never activated.

This is because the FSM is not doing the last flush iteration.

With these changes, this is fixed and bypass mode is activated when setting all bits of FLUSH CFG.

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.

1 participant