From d71a0d790d8d1113480c5a57d7bfbb9b7d0d0037 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Fri, 21 Aug 2015 07:03:21 -0400 Subject: ruby: Move Rubys cache class from Cache.py to RubyCache.py This patch serves to avoid name clashes with the classic cache. For some reason having two 'SimObject' files with the same name creates problems. --HG-- rename : src/mem/ruby/structures/Cache.py => src/mem/ruby/structures/RubyCache.py --- src/mem/ruby/structures/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem/ruby/structures/SConscript') diff --git a/src/mem/ruby/structures/SConscript b/src/mem/ruby/structures/SConscript index 18ab9daed..75fc6370e 100644 --- a/src/mem/ruby/structures/SConscript +++ b/src/mem/ruby/structures/SConscript @@ -33,7 +33,7 @@ Import('*') if env['PROTOCOL'] == 'None': Return() -SimObject('Cache.py') +SimObject('RubyCache.py') SimObject('DirectoryMemory.py') SimObject('LRUReplacementPolicy.py') SimObject('PseudoLRUReplacementPolicy.py') -- cgit v1.2.3