GithubHelp home page GithubHelp logo

cache's Introduction

This is the handout directory for the 15-213 Cache Lab.

************************
Running the autograders:
************************

Before running the autograders, compile your code:
    linux> make

Check the correctness of your simulator:
    linux> ./test-csim

Check the correctness and performance of your transpose functions:
    linux> ./test-trans -M 32 -N 32
    linux> ./test-trans -M 1024 -N 1024

Check everything at once (this is the program that Autolab runs):
    linux> ./driver.py

******
Files:
******

# You will handing in these two files
csim.c                  Your cache simulator [You must create this file]
trans.c                 Your transpose function(s) [Starter version included]

# 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
driver.py*              The cache lab driver program, runs test-csim and test-trans
test-csim.c             Tests your cache simulator
test-trans.c            Tests your transpose function
ct/                     Code to support address tracing when running the transpose code
tracegen-ct.c           Helper program used by test-trans, which you can run directly.
traces-driver.py        The driver to test the traces you write
traces/                 All trace files used in cachelab
traces/traces           Trace you write for the traces portion of the assignment
traces/csim             Traces used by the driver to test your cache simulator (Part A)

cache's People

Contributors

github-classroom[bot] avatar

Watchers

Zohar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.