You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.