30c30
< from BaseCPU import BaseCPU
---
> from CheckerCPU import CheckerCPU
32c32
< class O3Checker(BaseCPU):
---
> class O3Checker(CheckerCPU):
35,40d34
<
< exitOnError = Param.Bool(False, "Exit on an error")
< updateOnError = Param.Bool(False,
< "Update the checker with the main CPU's state on an error")
< warnOnlyOnLoadError = Param.Bool(True,
< "If a load result is incorrect, only print a warning and do not exit")