Skip to content

fortune-c/cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs

CPU cache simulator in C that models a 16KB 4-way set-associative write-through cache with 64 sets and random replacement on a 32-bit system, backed by 4MB main memory. It supports basic read/write operations to analyze cache hits, misses, and thrashing.

About

CPU cache simulator in C that models a 16KB 4-way set-associative write-through cache with 64 sets and random replacement on a 32-bit system, backed by 4MB main memory. It supports basic read/write operations to analyze cache hits, misses, and thrashing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors