Giter Site home page Giter Site logo

0xbeefa55's Introduction

This project is a Verilog simulation of a split instruction/data L1 cache for a 32-bit processor in a system with multiple processors.  The system employs MESI protocol to ensure cache coherence.  

The instruction cache is 2-way set associative, consists of 16K sets, and has 64-byte lines. The data cache is 4-way set associative, consists of 16K sets, and has 64-byte lines.  

Both caches employ LRU replacement policy and are backed by an L2 cache (which is modeled as a stub in this simulation).  Statistics regarding  number of reads, writes, hits, and misses are also generated.  This simulation has a single-cycle interface between a processor and L1, and between L1 and L2.  All processor reads and writes are a single byte.

Project Contents:   
/BEEFA55 -- Xilinx Project Directory
/doc	 -- Documentation/Report (LaTeX)
/vectors -- Provided trace file (cc1.din), new test files (*.trace) and descriptions

0xbeefa55's People

Contributors

apgoetz avatar ekrause avatar rattboi avatar kevinlriedl avatar

Watchers

James Cloos 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.