source: branches/wt_ideal/README @ 1064

Last change on this file since 1064 was 920, checked in by meunier, 9 years ago
  • Adding branch wt_ideal -- "ideal" write-through
File size: 373 bytes
Line 
1
2This 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
6Important 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.