Skip to content
Snippets Groups Projects

Directory stall check

Merged Anirudh Mohan Kaushik requested to merge conventional-MSI-no-c2c into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -460,10 +460,11 @@ machine(Directory, "MSI Two Level directory protocol")
c_clearOwner;
qw_queueMemoryWBRequest;
k_popIncomingResponseQueue;
kd_wakeUpDependents;
}
transition({MI,IM,IS}, {GETS, GETM, PUTM}) {
z_stall;
z_stallAndWaitRequest;
}
transition(M, GETM) {
Loading