25개 이상의 토픽을 선택하실 수 없습니다. 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