This project implements and verifies a 4-core MESI (Modified, Exclusive, Shared, Invalid) cache coherence protocol using SystemVerilog and UVM. The goal is to verify cache coherence protocol, eviction ...
Write-through: all cache memory writes are written to main memory, even if the data is retained in the cache, such as in the example in Figure 4.11. A cache line can be in two states – valid or ...