Code Monkey home page Code Monkey logo

tomasulo's People

Contributors

noaminbar510 avatar shaybarak avatar

Watchers

 avatar  avatar

tomasulo's Issues

L1 data cache has a single 32-bit word write buffer in front of the cache, which can accept the write data and release the CPU immediately

The write will be processed in the background (hits as well as misses), while allowing other arithmetic commands to execute in the CPU in parallel. On the next L1 data cache access, we first wait for the background write to complete, if it hasn't already, then we handle the new cache access (which may itself return early and be processed in the background if it's a new write).

Non-blocking write miss

The L1 data cache has a single word buffer for handling write misses in the background.
On the next L1 data cache access, we first wait for the background write to complete, if it hasn't already, then we handle the new cache access (which may itself return early and be processed in the background if it's a new write).

Attention on commit c613c65e0b99f7842d9c9e81366e78087bb44e28

Changed methods to use default values.
However, since way is the only one passed with default value, it must be the last parameter, so i switched the order of way and offset.
Since offset and way are from same type, if we do not change order, code will compile and we will have silent bug (bob).
This is only relevant for L2 afaik.

Generate outputs after caches reach stable state

Particularly, if a cache is still loading the rest of a block (due to early restart) we should print the cache contents only after it's done loading.
However the time that this takes should not be counted towards execution time or any other statistics.

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.