You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am currently doing some research on branch prediction and need to generate the trace provided by CBP. However, all the download links on the CBP official website are no longer valid, and I don't know how to generate BT9 format traces. Can you please tell me how to do it?
I apologize for my lack of knowledge. Good luck to you!
The text was updated successfully, but these errors were encountered:
Concerning the BT9 format: I am unsure where to find a comprehensive documentation, but you can start with the bt9_reader, that built the skeleton for the CBP-5 challenge.
Our version is modified (main.cc) to extract the branch_address and the branch_taken information, which we used to validate our implementations.
Good luck with your research and feel free to PR any documentation that you think would be helpful to others.
Hello, I am currently doing some research on branch prediction and need to generate the trace provided by CBP. However, all the download links on the CBP official website are no longer valid, and I don't know how to generate BT9 format traces. Can you please tell me how to do it?
I apologize for my lack of knowledge. Good luck to you!
The text was updated successfully, but these errors were encountered: