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

Cache architecture of the CVA5 processor? #10

Open
Mohamed1984 opened this issue Mar 2, 2023 · 3 comments
Open

Cache architecture of the CVA5 processor? #10

Mohamed1984 opened this issue Mar 2, 2023 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@Mohamed1984
Copy link

Hello,

We are working on integrating two cores of your processor into one multiprocessor system.

We have some questions.

Is your core include caches that are write-through or write-back?

@MikeOpenHWGroup MikeOpenHWGroup added the question Further information is requested label Mar 2, 2023
@e-matthews
Copy link
Contributor

The data cache is write-through. For multi-core coherency support, it has support for external invalidations if the config option: USE_EXTERNAL_INVALIDATIONS is enabled for the data cache. The interface for which (l1_arbiter_return_interface) is defined in: external_intervaces.sv

@Mohamed1984
Copy link
Author

Mohamed1984 commented Mar 11, 2023 via email

@MikeOpenHWGroup
Copy link
Member

Hi @Mohamed1984. Does this answer your question? If so, please close the issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants