generated from riscv-software-src/template-riscv-code
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Adding L2Cache Model - new sparta Unit #114
Merged
+1,873
−33
Merged
Changes from 2 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
69cfa15
Unit : L2Cache - new sparta unit that receives reqs from IL1 and DCAC…
Kunal-Buch 3da0496
Unit : L2Cache - backpressure for biu credits and l2cache_pipeline_ -…
Kunal-Buch 1e31d1c
Unit : L2Cache - fix for comments on PR , V1.0
Kunal-Buch 903a38a
Merge branch 'riscv-software-src:master' into master
Kunal-Buch 3ddda2f
Unit : L2Cache - V1.0 - comment fixes - make regress clean
Kunal-Buch c194936
initializing src_ and dest_ inline
Kunal-Buch 9361306
Unit : L2Cache - V1.1 - comment fixes for IL1 changed to ICache,
Kunal-Buch 9030a77
Merge remote-tracking branch 'origin'
Kunal-Buch c5f5d5d
Merge branch 'riscv-software-src:master' into master
Kunal-Buch 9ea6662
Merge remote-tracking branch 'origin'
Kunal-Buch d317cf1
Unit : L2Cache - V1.1 - absorbing 'CacheFuncModel' name change
Kunal-Buch 3b4a2f4
Unit : L2Cache - credit management between DCACHE<->L2CACHE<->BIU wit…
Kunal-Buch 595e427
Merge branch 'riscv-software-src:master' into master
Kunal-Buch 150b1c9
Unit : L2Cache - ack protocol change to credits, interface type change
Kunal-Buch b162610
Merge remote-tracking branch 'origin/master'
Kunal-Buch 3da074d
Unit : L2Cache - using SSP instead of std::shared_ptr
Kunal-Buch d99f35b
Unit : L2Cache - linking misses to the same cacheline through next_re…
Kunal-Buch 44345e9
Unit : L2Cache - removing unsed variable
Kunal-Buch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a
L2Cache.md
file documenting modeled microarchitcture of L2Cache? Such a document would help in understanding the code, and would enable new users and higher adoption by the community.For example, it can include:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure Arup.
Where should this L2Cache.md file reside?
I already have the info available in the presentation I prepared. Just need to port it over! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have an opinion on what would be the right place for it. Please feel free to create a dir called 'example_uarch_doc' and populate that with this README.