Code Monkey home page Code Monkey logo

arch's Introduction

cache 实验所需的文件,包括CPU代码、Cache代码、benchmark生成器

  • CacheSrcCode 中包含 Cache 的实现代码,以及对 Cache 进行独立的、脱离 CPU 测试的testbench生成器
  • CPUSrcCode 中包含 CPU 代码,它调用 Cache,并在流水线中对cache miss 的情况进行 流水线Stall处理。同时进行hit和miss次数的统计(详见WBSegReg.v)
  • ASM-Benchmark 中包含了快速排序和矩阵乘法这两种测试样例,并能使用python脚本生成不同规模的随机测试样例。

了解 Cache 实验的实验安排,请见 5_DetailDocuments 中的 Lab4-Cache实验-实验要求.docx

了解 Cache 实验第一阶段的指导,请见 王轩-cache编写指导.docx

了解 Cache 实验第二阶段的指导,请见 王轩-cache实验指导.docx

arch's People

Contributors

hcque avatar

Watchers

 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.