Skip to content

Commit

Permalink
hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mysoreanoop committed Dec 5, 2023
1 parent 07af3ee commit 4d0fdcc
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 @@ -1687,7 +1687,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, B_M, B_PM, B_Pm}, CoreUnblock) {
z_stall;
st_stallAndWaitRequest;
}

transition({U, BL, BDR_M, BDW_M, BS_M, BM_M, B_M, BP, BDR_PM, BDW_PM, BS_PM, BM_PM, B_PM, BDR_Pm, BDW_Pm, BS_Pm, BM_Pm, B_Pm, B}, WBAck) {
Expand Down

0 comments on commit 4d0fdcc

Please sign in to comment.