cva5
cva5 copied to clipboard
Cache architecture of the CVA5 processor?
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?
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
Thank you for your response
On Thu, Mar 9, 2023 at 10:09 PM Eric Matthews @.***> wrote:
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
— Reply to this email directly, view it on GitHub https://github.com/openhwgroup/cva5/issues/10#issuecomment-1462702872, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBKJJOHNALJMNKRDX6KCELW3I2I3ANCNFSM6AAAAAAVNDUQ2E . You are receiving this because you authored the thread.Message ID: @.***>
Hi @Mohamed1984. Does this answer your question? If so, please close the issue. Thanks!