Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
邓博昊 e08b4c5616 init 11 mesi fa
traces init 删除 11 mesi fa
Makefile init 11 mesi fa
README init 11 mesi fa
cachelab.c init 11 mesi fa
cachelab.h init 11 mesi fa
csim-ref init 11 mesi fa
csim.c init 11 mesi fa
test-csim init 11 mesi fa

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