From a81c969529d3a1645b490fcde93d231ec997b7ba Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Tue, 21 Aug 2012 05:49:43 -0400 Subject: CPU: Remove overloaded function_trace_start parameter This patch removes the overloading of the parameter, which seems both redundant, and possibly incorrect. The inorder CPU is particularly interesting as it uses a different name for the parameter, and never make any use of it internally. --- src/cpu/ozone/SimpleOzoneCPU.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpu/ozone/SimpleOzoneCPU.py') diff --git a/src/cpu/ozone/SimpleOzoneCPU.py b/src/cpu/ozone/SimpleOzoneCPU.py index d79418b27..ae122413d 100644 --- a/src/cpu/ozone/SimpleOzoneCPU.py +++ b/src/cpu/ozone/SimpleOzoneCPU.py @@ -109,6 +109,3 @@ class SimpleOzoneCPU(BaseCPU): numROBEntries = Param.Unsigned("Number of reorder buffer entries") instShiftAmt = Param.Unsigned("Number of bits to shift instructions by") - - function_trace = Param.Bool(False, "Enable function trace") - function_trace_start = Param.Tick(0, "Cycle to start function trace") -- cgit v1.2.3