Git Product home page Git Product logo

Comments (1)

jleidel avatar jleidel commented on July 18, 2024

I would suggest looking at how PIMSim functions. Its an extension to Gem5, so the logical answer would be to integrate HMCSim directly into the Gem5 memory layer.

There are two API layers in HMCSim. The original, or "full" API (which is used to integrate HMCSim with SST) provides every possible configuration option of the target HMC device or devices. Its also rather verbose. An example of using that API can be found here: https://github.com/tactcomplabs/gc64-hmcsim/tree/master/test/hmc_physrand

The second API, or "simple" API, is a set of wrapper functions that simplify the interface for users. The full API (above) requires users to manually build HMC packets using specific functions. The simple API does all this for you. A good example of the simple API can be found here: https://github.com/tactcomplabs/gc64-hmcsim/tree/master/test/simple_api/simple4GBstall/src

from gc64-hmcsim.

Related Issues (4)

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.