Skip to content

A simple implementation of cache storage mechanism.

Notifications You must be signed in to change notification settings

Cypredar/Ji-Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ji-Cache

A simple implementation of cache storage mechanism.
Cache Layout:
  • TotalSize: 138KB

  • CacheLine: 8B/32B/64B

  • AssociationStrategy: full-associative/8-way/4-way/directly-associative

Replace Strategy:
  • BinaryTree

  • LRU

  • RANDOM

WRITE Strategy:
  • WriteThrough

  • WriteBack

  • WriteAllocate

  • WriteNotAllocate

Environment:gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
make
./main

About

A simple implementation of cache storage mechanism.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published