mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
Increase liveness trigger to allow large instruction cache flush
This commit is contained in:
parent
4efa3b0d45
commit
1c86bf7514
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ public:
|
|||
if(pendingInterrupt) livenessInterrupt++; else livenessInterrupt = 0;
|
||||
if(!inWfi) livenessStep++; else livenessStep = 0;
|
||||
|
||||
if(livenessStep > 1000){
|
||||
if(livenessStep > 10000){
|
||||
cout << "Liveness step failure" << endl;
|
||||
fail();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue