Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

27 Zeilen
709 B

vor 7 Monaten
  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