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
The implemeation of handcar single step function has a bug:
1.handcar/fpix will single step one instruction per hart and then switch to signle step the other hart
2.spike implementation will execute a chunk of instruction(say 5000 instructions per chunk) and then clear reservation set before switch to the other hart
It seems handcar step function should check the reservation set of other cores and clear local core's reservation set if it has set action in this step.
The text was updated successfully, but these errors were encountered:
Hi
The implemeation of handcar single step function has a bug:
1.handcar/fpix will single step one instruction per hart and then switch to signle step the other hart
2.spike implementation will execute a chunk of instruction(say 5000 instructions per chunk) and then clear reservation set before switch to the other hart
It seems handcar step function should check the reservation set of other cores and clear local core's reservation set if it has set action in this step.
The text was updated successfully, but these errors were encountered: