The Wayback Machine - https://web.archive.org/web/20211017042121/https://github.com/topics/doxygen-documentation
Skip to content
#

doxygen-documentation

Here are 54 public repositories matching this topic...

AssocDataCache

Grad school, Adv Computer Architecture, 4-way associative data cache project. A cache in the primary storage hierarchy contains cache lines that are grouped into sets. If each set contains k lines then we say that the cache is k-way associative. A data request has an address specifying the location of the requested data. Each cache-line sized chunk of data from the lower level can only be placed into one set. The set that it can be placed into depends on its address. This mapping between addresses and sets must have an easy, fast implementation. The fastest implementation involves using just a portion of the address to select the set.
  • Updated Nov 13, 2019
  • C++

Improve this page

Add a description, image, and links to the doxygen-documentation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the doxygen-documentation topic, visit your repo's landing page and select "manage topics."

Learn more