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.
 
 
 
 
邓博昊 196af01046 Part B преди 7 месеца
traces init 删除 преди 7 месеца
Makefile Part B преди 7 месеца
README init преди 7 месеца
aqua-handin.tar Part B преди 7 месеца
cachelab.c init преди 7 месеца
cachelab.h init преди 7 месеца
csim Part B преди 7 месеца
csim-ref init преди 7 месеца
csim.c Part A преди 7 месеца
test-csim init преди 7 месеца
test-trans Part B преди 7 месеца
test-trans.c Part B преди 7 месеца
trace.tmp Part B преди 7 месеца
tracegen Part B преди 7 месеца
tracegen.c Part B преди 7 месеца
trans.c Part B преди 7 месеца
trans.o Part B преди 7 месеца

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