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

2nd Level TLB #79

Open
BugraEryilmaz opened this issue Oct 23, 2024 · 0 comments
Open

2nd Level TLB #79

BugraEryilmaz opened this issue Oct 23, 2024 · 0 comments
Assignees

Comments

@BugraEryilmaz
Copy link
Contributor

As a use of flexus,
I want a 2 level TLB hierarchy
So that we can model modern CPU architectures.

Specification:

  1. [Condition 1: Before a page walk. it should check the second level TLB (sTLB) for the given address

    • [Detail 1] With a given delay, the cycle accurate simulator should check a second level TLB for address translation
    • [Detail 2] If the address is also not in the sTLB, then it should go for the page walk
  2. [Condition 2: After a page walk, it should insert the address into sTLB for future access

Tasks:

  • [Task 1: implement sTLB in flexus

UPDATE
-[22.10.2024]: implemented with dc96928 and fffaa72

@BugraEryilmaz BugraEryilmaz self-assigned this Oct 23, 2024
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

1 participant