Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for clarification of queries regd. executing the simulation #99

Open
manishdash123 opened this issue Apr 3, 2024 · 1 comment

Comments

@manishdash123
Copy link

Hi team,
As per suggestion from Prof. Matthias Jung, I have asked my queries in this issue.

  1. After compilation of the code through the make -j4 DRAMPower command as mentioned in the Installation section, may I ask how would I get to know the simulation statistical data through trace files?

  2. May I ask if there's any command to run executable file after compilation is complete?

  3. Does LPDDR4 simulation consider the efficient power saving techniques as compared to DDR4 and do we have to enable any separate simulation flag while running the simulation?

I request your help with these queries.

Thanks

@lsteiner-tukl
Copy link
Collaborator

The command line tool is not yet updated to the latest version of DRAMPower. The "make -j4 DRAMPower" only builds a library, which can be included into your own DRAM simulator. You can check the tests to understand how to interact with the library. When you simulate LPDDR4 the core power calculation is based on the currents specified in the vendor datasheets, while the interface calculation is based on physical equations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants