Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
邓博昊 5a8bb10a2f Part A pirms 7 mēnešiem
traces init 删除 pirms 7 mēnešiem
Makefile init pirms 7 mēnešiem
README init pirms 7 mēnešiem
cachelab.c init pirms 7 mēnešiem
cachelab.h init pirms 7 mēnešiem
csim-ref init pirms 7 mēnešiem
csim.c Part A pirms 7 mēnešiem
test-csim init pirms 7 mēnešiem

README

This is the handout directory for the CS:APP Cache Lab. 

************************
Running the autograders:
************************

Before running the autograders, compile your code:
linux> make

Check the correctness of your simulator:
linux> ./test-csim

******
Files:
******

# You will modifying and handing in the file
csim.c Your cache simulator

# Tools for evaluating your simulator and transpose function
Makefile Builds the simulator and tools
README This file
cachelab.c Required helper functions
cachelab.h Required header file
csim-ref* The executable reference cache simulator
test-csim* Tests your cache simulator
traces/ Trace files used by test-csim.c