Last change
on this file since 535 was
535,
checked in by cfuguet, 10 years ago
|
Modification in vci_mem_cache:
- When a BROADCAST INVALIDATE is needed after a WRITE request, the
the data from the cache is merged with the new data of the WRITE
request.
Before this commit, the DATA from the cache was read in the
WRITE_DIR_LOCK state, but this creates a critical path RAM-to-RAM.
Therefore, this commit changes the state for read the data to
WRITE_BC_DIR_READ and because the synchronous behavior of the
RAMs, the data is available in the WRITE_BC_TRT_LOCK state.
|
File size:
390.5 KB
|
HTML preview not available, since the file size exceeds 256.0 KB.
Try downloading the file instead.
Note: See
TracBrowser
for help on using the repository browser.