cva5 icon indicating copy to clipboard operation
cva5 copied to clipboard

Cache architecture of the CVA5 processor?

Open Mohamed1984 opened this issue 1 year ago • 3 comments

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?

Mohamed1984 avatar Mar 02 '23 09:03 Mohamed1984

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

e-matthews avatar Mar 09 '23 20:03 e-matthews

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: @.***>

Mohamed1984 avatar Mar 11 '23 10:03 Mohamed1984

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

MikeOpenHWGroup avatar Mar 11 '23 14:03 MikeOpenHWGroup