Last change
on this file since 981 was
920,
checked in by meunier, 10 years ago
|
- Adding branch wt_ideal -- "ideal" write-through
|
File size:
373 bytes
|
Line | |
---|
1 | |
---|
2 | This Branch implements an ideal coherent write-through protocol. |
---|
3 | |
---|
4 | "Ideal" means that the coherence cost is null: basically, every write reaching the L2 cache will instantly update all the L1 cache with a copy. |
---|
5 | |
---|
6 | Important Note : This protocol CANNOT be used with the parallel version of SystemCASS, as it will result in code being executed concurrently without protection |
---|
7 | |
---|
Note: See
TracBrowser
for help on using the repository browser.