Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
邓博昊 e08b4c5616 init 10 miesięcy temu
traces init 删除 10 miesięcy temu
Makefile init 10 miesięcy temu
README init 10 miesięcy temu
cachelab.c init 10 miesięcy temu
cachelab.h init 10 miesięcy temu
csim-ref init 10 miesięcy temu
csim.c init 10 miesięcy temu
test-csim init 10 miesięcy temu

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