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.
Notifications You must be signed in to change notification settings
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to fileWelcome to the Direct Mapped Cache Simulator project! This project demonstrates the simulation of a direct-mapped cache system using Python. It allows you to explore how cache hits and misses are managed based on the cache size, memory size, write policy, and more.
The Direct Mapped Cache Simulator project showcases the functionality of a direct-mapped cache system. This simulator enables you to understand how cache memory interacts with main memory when accessing memory addresses, and how cache hits and misses are handled.
Contributions to enhance the project are welcome! Feel free to submit issues and pull requests. For significant changes, open an issue first to discuss potential improvements.