Skip to content

Cache parameter configuration #5

@brk

Description

@brk

Right now we model a very simplistic, single-level cache. It would be nice to make our simulated cache more realistic by exposing tweakable parameters:

  • Cache line size
  • Number of lines in cache
  • Direct-mapped, 2^n-way associative, or fully-associative
  • ... others?

Perhaps also number of caches, and cost of cache miss?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions