You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
709 B

7 months ago
  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