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.

27 líneas
709 B

hace 7 meses
  1. This is the handout directory for the CS:APP Cache Lab.
  2. ************************
  3. Running the autograders:
  4. ************************
  5. Before running the autograders, compile your code:
  6. linux> make
  7. Check the correctness of your simulator:
  8. linux> ./test-csim
  9. ******
  10. Files:
  11. ******
  12. # You will modifying and handing in the file
  13. csim.c Your cache simulator
  14. # Tools for evaluating your simulator and transpose function
  15. Makefile Builds the simulator and tools
  16. README This file
  17. cachelab.c Required helper functions
  18. cachelab.h Required header file
  19. csim-ref* The executable reference cache simulator
  20. test-csim* Tests your cache simulator
  21. traces/ Trace files used by test-csim.c