CoupledL2 icon indicating copy to clipboard operation
CoupledL2 copied to clipboard

Open-source non-blocking L2 cache

Results 19 CoupledL2 issues
Sort by recently updated
recently updated
newest added

RXSNP should use arbiter entry instead of queue to eliminate the potential deadlock.

a. Common: add pMatch module instance instead of logic for FloorPlan identification b. MSHR: pCrdGrant handles in next cycle of rxrsp.valid, other operations are in rxrsp.valid cycle c. MSHRCtrl: pMatch...

* For DCT, it was possible for one MSHR to propagate two bundled CHI messages (known for SnpRespDataFwded with CompData on TXDAT and SnpRespFwded with Comp on TXRSP). * Assertions...

do not merge

* Time division multiplexing of P-Credit grant for individual MSHR entries (e.g. permitted grant on cycle 0: MSHR[0, 2, 4 ...], and on cycle 1: MSHR[1, 3, 5, ...]). *...

do not merge