Replies: 1 comment 2 replies
-
I have inspected this problem more and noticed that the change of ID is because of the colaser and by colassing different requests it creates a new ID for them, I have added a list of colassed IDs to transaction so I can keep track of all the IDs that are being colassed and print them on each step |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I believe I've found another bug in the simulator. When you run a benchmark with the
-trace-mem
flag and examine the 'step' reports, some of them don't have the correct IDs like the other reports, more specifically L2 IDs are correct but L1 IDs contain only a number, whereas they should include a number followed by@
and the source of the request.I have also reviewed the code and found a solution. If you agree that this is a bug, I can submit a pull request.
Best regards,
Mahdi,
Sharif University of Technology
Beta Was this translation helpful? Give feedback.
All reactions