User Tools

Site Tools


assignments:a2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
assignments:a2 [2016/09/27 13:24] aboelazeassignments:a2 [2016/11/04 17:22] (current) aboelaze
Line 2: Line 2:
  
  
-=== Write a cache simulator (CacheSim) to simulate a cache. The simulator should be able to simulate up to 64KB cache. The simulator should run as CacheSim size in KB [flags] ===+ Write a cache simulator (CacheSim) to simulate a cache. The simulator should be able to simulate up to 64KB cache. The simulator should run as CacheSim size in KB [flags], the flags are shown below 
 + 
 +The memory is byte addressable with word access, words are 4 bytes 
 + 
 +  - -a followed by the associativity (from 1 to 8), default is 1 
 +  - -b block size in bytes, default is 32 
 +  - -r followed bu U (unified) or S (split), default is unified 
 +  - -f trace memory file name 
 + 
 +For example 
 + 
 +CachSim 32 -a 4 -b 16 -r U 
 + 
 + 
 + 
 +The input t the simulator is a memory trace file. The file consists of lines, each line contains an integer i, followed by a 32-bit hex number. 
 +The hex number is the memory address, the integer i is 
 + 
 +  * 0  → data load 
 +  * 1  → data store 
 +  * 2  → instruction load 
 +I will post shortly test trace files to check your code 
 + 
 +**Due date** <del>Friday Oct 14</del> **//MONDAY Oct 17//** 
 + 
 + 
 +Here is the correct {{:assignments:trace.txt|trace file}}  for a direct mapped  16KB cache with 32 B cache block the number of misses is 25. 
 + 
 +for 2-way set associative the misses are **//also 25//** 
 + 
 +you can submit it to a2 
 + 
 +submit 4201 a2 yourfile 
 + 
 + 
 +a bigger trace file is here {{:assignments:tex.txt|}}
  
-  - -a followed by the associativity (from 1 to 8) 
-  - -b block size in bytes 
-  - -r followed bu U (unified) or S (split) 
  
  
  
assignments/a2.1474982676.txt.gz · Last modified: 2016/09/27 13:24 by aboelaze

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki