您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
邓博昊 5a8bb10a2f Part A 7 个月前
traces init 删除 7 个月前
Makefile init 7 个月前
README init 7 个月前
cachelab.c init 7 个月前
cachelab.h init 7 个月前
csim-ref init 7 个月前
csim.c Part A 7 个月前
test-csim init 7 个月前

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