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ů.
 
 
 
 
邓博昊 196af01046 Part B před 7 měsíci
traces init 删除 před 7 měsíci
Makefile Part B před 7 měsíci
README init před 7 měsíci
aqua-handin.tar Part B 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 Part B 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
test-trans Part B před 7 měsíci
test-trans.c Part B před 7 měsíci
trace.tmp Part B před 7 měsíci
tracegen Part B před 7 měsíci
tracegen.c Part B před 7 měsíci
trans.c Part B před 7 měsíci
trans.o Part B 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