Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
邓博昊 196af01046 Part B 7 meses atrás
traces init 删除 7 meses atrás
Makefile Part B 7 meses atrás
README init 7 meses atrás
aqua-handin.tar Part B 7 meses atrás
cachelab.c init 7 meses atrás
cachelab.h init 7 meses atrás
csim Part B 7 meses atrás
csim-ref init 7 meses atrás
csim.c Part A 7 meses atrás
test-csim init 7 meses atrás
test-trans Part B 7 meses atrás
test-trans.c Part B 7 meses atrás
trace.tmp Part B 7 meses atrás
tracegen Part B 7 meses atrás
tracegen.c Part B 7 meses atrás
trans.c Part B 7 meses atrás
trans.o Part B 7 meses atrás

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