Merge pull request #236 from dnltz/WIP/dnltz/remove-assert

plugin: DBusSimplePlugin: Remove assert
This commit is contained in:
Dolu1990 2022-02-17 16:25:45 +01:00 committed by GitHub
commit 36f57d5eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -518,9 +518,6 @@ class DBusSimplePlugin(catchAddressMisaligned : Boolean = false,
}
}
if(rspStage != execute) assert(!(dBus.rsp.ready && input(MEMORY_ENABLE) && arbitration.isValid && arbitration.isStuck),"DBusSimplePlugin doesn't allow memory stage stall when read happend")
}
//Reformat read responses, REGFILE_WRITE_DATA overriding