jhunterh / Cache-Hierarchy-Simulation-Tool

This tool is a highly configurable cache hierarchy simulator for use in computer architecture research and study.
0 stars 0 forks source link

Investigate breaking cache class into different classes #12

Open CapdinCrando opened 5 months ago

CapdinCrando commented 5 months ago

Currently Caches are represented by a single class. It may be more performant and less headache to have them represented by multiple different classes, like say for direct mapped, set associative, and fully associative.

CapdinCrando commented 5 months ago

13 likely should be done first