Increase liveness trigger to allow large instruction cache flush
This commit is contained in:
parent
4efa3b0d45
commit
1c86bf7514
|
@ -614,7 +614,7 @@ public:
|
||||||
if(pendingInterrupt) livenessInterrupt++; else livenessInterrupt = 0;
|
if(pendingInterrupt) livenessInterrupt++; else livenessInterrupt = 0;
|
||||||
if(!inWfi) livenessStep++; else livenessStep = 0;
|
if(!inWfi) livenessStep++; else livenessStep = 0;
|
||||||
|
|
||||||
if(livenessStep > 1000){
|
if(livenessStep > 10000){
|
||||||
cout << "Liveness step failure" << endl;
|
cout << "Liveness step failure" << endl;
|
||||||
fail();
|
fail();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue