diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-01-29 20:29:19 -0800 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-01-29 20:29:19 -0800 |
commit | 63a60cc81ecd94d1a5ea4edb2a1c90de0e9eda80 (patch) | |
tree | 3e32b9d57fa6b2c860b8bfbeae1325ab6bb029c7 /src/mem/ruby/system/RubySystem.py | |
parent | 12daaed84a44920968adb6b16bd558561bd18801 (diff) | |
download | gem5-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.py | 2 |
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"); |