summaryrefslogtreecommitdiff
path: root/src/mem/ruby/system/RubySystem.py
diff options
context:
space:
mode:
authorBrad Beckmann <Brad.Beckmann@amd.com>2010-01-29 20:29:19 -0800
committerBrad Beckmann <Brad.Beckmann@amd.com>2010-01-29 20:29:19 -0800
commit63a60cc81ecd94d1a5ea4edb2a1c90de0e9eda80 (patch)
tree3e32b9d57fa6b2c860b8bfbeae1325ab6bb029c7 /src/mem/ruby/system/RubySystem.py
parent12daaed84a44920968adb6b16bd558561bd18801 (diff)
downloadgem5-63a60cc81ecd94d1a5ea4edb2a1c90de0e9eda80.tar.xz
ruby: Removed the tech_nm variable from RubySystem
Diffstat (limited to 'src/mem/ruby/system/RubySystem.py')
-rw-r--r--src/mem/ruby/system/RubySystem.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mem/ruby/system/RubySystem.py b/src/mem/ruby/system/RubySystem.py
index 21443cbd8..668a19544 100644
--- a/src/mem/ruby/system/RubySystem.py
+++ b/src/mem/ruby/system/RubySystem.py
@@ -6,8 +6,6 @@ class RubySystem(SimObject):
random_seed = Param.Int(1234, "random seed used by the simulation");
randomization = Param.Bool(False,
"insert random delays on message enqueue times");
- tech_nm = Param.Int(45,
- "device size used to calculate latency and area information");
clock = Param.Clock('1GHz', "")
block_size_bytes = Param.Int(64,
"default cache block size; must be a power of two");