These are a set of features which extend the capablities of the branch predictor simulator#2
Open
rosethompson wants to merge 3 commits into
Open
These are a set of features which extend the capablities of the branch predictor simulator#2rosethompson wants to merge 3 commits into
rosethompson wants to merge 3 commits into
Conversation
Collaborator
rosethompson
commented
Sep 20, 2023
- Adds a command line argument to change the index hashing function. RISC-V and other architectures support compressed 2-byte instructions. It is useful to change the indexing function to include PC[1] in the hash. This is enabled with -c.
- Adds a training mode. Optionally allows the simulator to take in input to train the branch predictor before computing statistics. This is supported passively by resetting the counters when the keyword "BEGIN" is read from a line in the trace file. All branches before the BEGIN are treated as training and all after as the true payload.
…lternate hash function with better results for a mix of compressed (2 byte) and non-compressed (4 byte) instructions.
-c enables the alternate hash function.
…t ensure it is used to train the branch predictors.
Collaborator
Author
|
@synxlin Hi Yujun. Is there any chance you can review this pull request and either suggest changes or merge it? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.