Skip to content

Feqzz/cache-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cache-controller

Implementation of a simple cache controller. The cache is direct-mapped with 32-bit addresses, 1024 blocks and a total size of 16KiB. Created for learning purposes.