Handling flush in LSU updateIssuePriorityAfterCacheReload
Closed this issue · 4 comments
danbone commented
I'm trying to enable flushing and I'm hitting the assert in this code because the instruction was flushed.
Lines 1178 to 1196 in e3e1412
Can I just return early if the instruction was flushed?
h0lyalg0rithm commented
@danbone Yes I think that can work.
If spec_load is enabled we might need to either cancel those events or return early in the replay callback
How are you flushing the instructions.
ullahnasr commented
The email knute.lingaard@sfive is no longer valid as Knute lingaard is not at Sifive anymore. He will update his emal address
klingaard commented
Thanks, Nasr. I updated the settings. You (in theory) shouldn't be receiving any more emails.
danbone commented
@h0lyalg0rithm see #137