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

Kernel to estimate DRAM latency #374

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Kernel to estimate DRAM latency #374

wants to merge 5 commits into from

Conversation

vb000
Copy link
Contributor

@vb000 vb000 commented Jul 31, 2020

Approach:

  • Flush the Vcache w/ bank 0:
    • Implemented a function to compute eva from block index and vcache inverse hash function.
    • Using the block index --> eva function, load from all blocks in vcache associated with bank 0.
  • Load from the page starting right after the Vcache size with print stats enabled.

It's unclear how we can test this test. Two ideas I'm considering:

  • Look in the waveform to make sure load requests are only to vcache 0.
  • Probably, I can confirm this in vcache stats output.

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

Successfully merging this pull request may close these issues.

1 participant