swapnil96 / Cache_simulator

Processor simulator with cache implemented

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache_simulator

Assumptions

  1. As write allocate option was not given in the CFG file a) A write-back cache uses write allocate, hoping for subsequent writes (or even reads) to the same location, which is now cached. b) A write-through cache uses no-write allocate. Here, subsequent writes have no advantage, since they still need to be written directly to the backing store.

About

Processor simulator with cache implemented

License:Apache License 2.0


Languages

Language:C 92.4%Language:Assembly 6.7%Language:Yacc 0.4%Language:Lex 0.2%Language:Makefile 0.1%Language:HTML 0.1%