You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBKJJOHNALJMNKRDX6KCELW3I2I3ANCNFSM6AAAAAAVNDUQ2E>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
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 text was updated successfully, but these errors were encountered: