Giter Club home page Giter Club logo

Comments (2)

siavashzk avatar siavashzk commented on July 21, 2024

To answer these kind of questions, I suggest searching the source code for examples of how that is done elsewhere in the code. For example, to find some use cases of getting cache instances, I simply searched for Cache (case sensitive, whole word) and found a few matching lines:

Cache* l1_cache = &mem->uncores[ic->proc_id].l1->cache;

Cache* dcache = &(cmp_model.dcache_stage[proc_id].dcache)

Icache_Stage* ic = &(cmp_model.icache_stage[proc_id]);
Cache* icache = &(ic->icache);

For your specific question of getting cache configuration params, it's probably easier to just read the global parameters. For example: DCACHE_SIZE, DCACHE_ASSOC, DCACHE_LINE_SIZE for Dcache.

from scarab.

spruett avatar spruett commented on July 21, 2024

Closing this due to inactivity. Feel free to open it back up again.

from scarab.

Related Issues (20)

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.