Monday, April 2, 2012

Cache Simulator in CPP(FIFO Algorithm, LRU Algorithm & Random Replacement)

3 comments:

  1. Can you please post the input file here.

    ReplyDelete
  2. The input is to be entered in a file input.txt in the standard Cache Address structure, Tag, Index and Offset respectively.
    You can see this link for detailed view.
    http://www.ecs.umass.edu/ece/koren/architecture/Cache/default.htm

    ReplyDelete
    Replies
    1. I didn't get how to implement the input.txt file as you have mentioned above can you plz let me know how to write it

      Delete