Skip to content

Commit

Permalink
missing transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mysoreanoop committed Nov 11, 2023
1 parent c54cf39 commit 228fd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mem/ruby/protocol/MOESI_AMD_Base-dir.sm
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ machine(MachineType:Directory, "AMD Baseline protocol")
}

// there is now a new possibility of core unblocking before all probes/memory is read
transition({BM_M, BM_PM, BM_Pm, BS_M, BS_PM, BS_Pm}, CoreUnblock) {
transition({BM_M, BM_PM, BM_Pm, BS_M, BS_PM, BS_Pm, B_M, B_PM, B_Pm}, CoreUnblock) {
z_stall;
}

Expand Down

0 comments on commit 228fd3e

Please sign in to comment.