No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
邓博昊 5a8bb10a2f Part A hace 7 meses
traces init 删除 hace 7 meses
Makefile init hace 7 meses
README init hace 7 meses
cachelab.c init hace 7 meses
cachelab.h init hace 7 meses
csim-ref init hace 7 meses
csim.c Part A hace 7 meses
test-csim init hace 7 meses

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