Giter VIP home page Giter VIP logo

Comments (2)

DominikBucko avatar DominikBucko commented on July 17, 2024 2

Thank you, I will give it a try

from blacksmith.

pjattke avatar pjattke commented on July 17, 2024

Please note this comment that I just added to the README:

NOTE: The DRAM address functions that are hard-coded in DRAMAddr.cpp assume an Intel Core i7-8700K. For any other microarchitecture, you will need to first reverse-engineer these functions (e.g., using DRAMA or TRResspass' DRAMA) and then update the matrices in this class accordingly.

For these hard-coded functions, we only consider 16 banks (1 rank) or 32 banks (2 ranks). The number of ranks can be controlled via the --ranks <value> parameter passed to Blacksmith. This means, based on the number of ranks we load the proper DRAM addressing functions.

The error you observe, however, happens one step before and is probably due to a (system-specific) threshold (#define THRESH 495 in GlobalDefines.hpp) that does not seem to work on your machine. This threshold is a leftover from a previous implementation of DRAMA within Blacksmith. However, as the implementation was rudimentary and we always use the same evaluation machine, we removed this dead code. You should be able to determine this threshold with the DRAMA tool linked above.

from blacksmith.

Related Issues (14)

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.