From 63a60cc81ecd94d1a5ea4edb2a1c90de0e9eda80 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 29 Jan 2010 20:29:19 -0800 Subject: ruby: Removed the tech_nm variable from RubySystem --- src/mem/ruby/system/RubySystem.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mem/ruby/system/RubySystem.py') 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"); -- cgit v1.2.3