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ů.
 
 
 
 
邓博昊 5a8bb10a2f Part A před 7 měsíci
traces init 删除 před 7 měsíci
Makefile init před 7 měsíci
README init před 7 měsíci
cachelab.c init před 7 měsíci
cachelab.h init před 7 měsíci
csim-ref init před 7 měsíci
csim.c Part A před 7 měsíci
test-csim init před 7 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