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.
 
 
 
 
邓博昊 e08b4c5616 init pirms 11 mēnešiem
traces init 删除 pirms 11 mēnešiem
Makefile init pirms 11 mēnešiem
README init pirms 11 mēnešiem
cachelab.c init pirms 11 mēnešiem
cachelab.h init pirms 11 mēnešiem
csim-ref init pirms 11 mēnešiem
csim.c init pirms 11 mēnešiem
test-csim init pirms 11 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