PLOC MPSoC dir content report #634
@ -185,7 +185,7 @@ void PlocMPSoCHandler::doStartUp() {
|
||||
// not work, no replies..
|
||||
if (startupState == StartupState::WAIT_CYCLES) {
|
||||
waitCycles++;
|
||||
if (waitCycles >= 10) {
|
||||
if (waitCycles >= 8) {
|
||||
startupState = StartupState::DONE;
|
||||
waitCycles = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user