Skip to content

A simulation of cache coherence protocol implemented in python

Notifications You must be signed in to change notification settings

arshrahman/Cache-coherence-protocol

Repository files navigation

Cache-coherence-protocol

Implemented Dragon & MESI Protocol

Command Line Arguments:

  1. protocol: 'mesi' or 'dragon'
  2. input file: 'blackscholes' or 'bodytrack' or 'fluidanimate'
  3. cache size: cache size in bytes
  4. associativity: associativity of the cache
  5. block size: block size in bytes

Example: python coherence.py mesi blackscholes 1024 2 16

About

A simulation of cache coherence protocol implemented in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages