question about pythia-HDL #16
Replies: 4 comments
-
Hi @menglinhan , the current Chisel code is merely used to get a rough estimate of Pythia's overhead. While I have tested this implementation with a few test cases, I believe it might not model a correct state machine for every possible states. So I would recommend to make the changes as you feel necessary for the correct operation. I would be more than happy to upstream your changes to the main repo with properly citing your contributions! :) |
Beta Was this translation helpful? Give feedback.
-
Hi @rahulbera , Thanks for your reply, I get your mean. Here I have another confuse about the pc. |
Beta Was this translation helpful? Give feedback.
-
@menglinhan, it's the PC of the load instruction that generates the access to L2 cache. Note that: Pythia doesn't need to be invoked for store requests (neither writebacks from L1D, nor for read for ownership requests). |
Beta Was this translation helpful? Give feedback.
-
I am moving this issue to the Q&A section in the Discussion. |
Beta Was this translation helpful? Give feedback.
-
Hello pythia owner
Thanks
BR
Menglin
Beta Was this translation helpful? Give feedback.
All reactions