diff options
Diffstat (limited to 'src/cpu/CheckerCPU.py')
-rw-r--r-- | src/cpu/CheckerCPU.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/CheckerCPU.py b/src/cpu/CheckerCPU.py index c144c4678..a6b5da5d7 100644 --- a/src/cpu/CheckerCPU.py +++ b/src/cpu/CheckerCPU.py @@ -37,5 +37,3 @@ class CheckerCPU(BaseCPU): "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") - function_trace = Param.Bool(False, "Enable function trace") - function_trace_start = Param.Tick(0, "Cycle to start function trace") |