Re: [PATCH 2/5] plugins/cache: implement unified L2 cache emulation

2021-10-08 Thread Alex Bennée
Mahmoud Mandour writes: > This adds an implementation of a simple L2 configuration, in which a > unified L2 cache (stores both blocks of instructions and data) is > maintained for each core separately, with no inter-core interaction > taken in account. The L2 cache is used as a backup for L1 an

[PATCH 2/5] plugins/cache: implement unified L2 cache emulation

2021-08-10 Thread Mahmoud Mandour
This adds an implementation of a simple L2 configuration, in which a unified L2 cache (stores both blocks of instructions and data) is maintained for each core separately, with no inter-core interaction taken in account. The L2 cache is used as a backup for L1 and is only accessed if the wanted blo