Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

27 řádky
709 B

před 7 měsíci
  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