Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
邓博昊 e08b4c5616 init před 11 měsíci
traces init 删除 před 11 měsíci
Makefile init před 11 měsíci
README init před 11 měsíci
cachelab.c init před 11 měsíci
cachelab.h init před 11 měsíci
csim-ref init před 11 měsíci
csim.c init před 11 měsíci
test-csim init před 11 měsíci

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