Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 186 Bytes

File metadata and controls

5 lines (3 loc) · 186 Bytes

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.