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.
 
 
 
 
邓博昊 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