-
Notifications
You must be signed in to change notification settings - Fork 50
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
External timing model #20
Comments
Same question. Is there any document or tutorial? |
Hi! |
Just finished reading the paper of your timing model, what a pity than we can't read and learn the code implementation(꒦_꒦) . |
The paper you referenced does not use the external timing model, but instead uses the branch prediction and cache model of the branch https://github.com/agra-uni-bremen/riscv-vp/tree/hifive1-core-timing-model. |
Great! Thanks for the information. |
Hi, Thanks~ |
Recently, I am using the riscv-vp in my project. I want to consult that how can I find the file riscv-timing-sim.so and riscv-timing-db.xml mentioned in timing_external.h?
std::string RISCV_TIMING_SIM_LIB = "riscv-timing-sim.so";
std::string RISCV_TIMING_DB = "riscv-timing-db.xml";
Thanks a lot!
The text was updated successfully, but these errors were encountered: