summaryrefslogtreecommitdiff
path: root/src/cpu/simple/AtomicSimpleCPU.py
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-08-19 21:59:09 -0700
committerGabe Black <gblack@eecs.umich.edu>2008-08-19 21:59:09 -0700
commit3633a916c299a1f5df9f6d34a0215cdae68a3e93 (patch)
treecc525b479baa0490668469592bf9720e89232278 /src/cpu/simple/AtomicSimpleCPU.py
parent8d018aef0f9de7129a77172a4164f36b2b093be6 (diff)
downloadgem5-3633a916c299a1f5df9f6d34a0215cdae68a3e93.tar.xz
CPU: Get rid of two more duplicated CPU params.
Diffstat (limited to 'src/cpu/simple/AtomicSimpleCPU.py')
-rw-r--r--src/cpu/simple/AtomicSimpleCPU.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/simple/AtomicSimpleCPU.py b/src/cpu/simple/AtomicSimpleCPU.py
index 87e8b5509..b7174bb43 100644
--- a/src/cpu/simple/AtomicSimpleCPU.py
+++ b/src/cpu/simple/AtomicSimpleCPU.py
@@ -35,8 +35,6 @@ class AtomicSimpleCPU(BaseSimpleCPU):
width = Param.Int(1, "CPU width")
simulate_data_stalls = Param.Bool(False, "Simulate dcache stall cycles")
simulate_inst_stalls = Param.Bool(False, "Simulate icache stall cycles")
- function_trace = Param.Bool(False, "Enable function trace")
- function_trace_start = Param.Tick(0, "Cycle to start function trace")
icache_port = Port("Instruction Port")
dcache_port = Port("Data Port")
physmem_port = Port("Physical Memory Port")