You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
邓博昊 5ecf2a6000 Report 1 year ago
traces init 删除 1 year ago
Cache Lab.md Report 1 year ago
Makefile Part B 1 year ago
README init 1 year ago
aqua-handin.tar Part B 1 year ago
cachelab.c init 1 year ago
cachelab.h init 1 year ago
csim Part B 1 year ago
csim-ref init 1 year ago
csim.c Part A 1 year ago
test-csim init 1 year ago
test-trans Part B 1 year ago
test-trans.c Part B 1 year ago
trace.tmp Part B 1 year ago
tracegen Part B 1 year ago
tracegen.c Part B 1 year ago
trans.c Part B 1 year ago
trans.o Part B 1 year ago
实验报告.md Report 1 year ago

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