ruby: Move Rubys cache class from Cache.py to RubyCache.py
authorAndreas Hansson <andreas.hansson@arm.com>
Fri, 21 Aug 2015 11:03:21 +0000 (07:03 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Fri, 21 Aug 2015 11:03:21 +0000 (07:03 -0400)
commitd71a0d790d8d1113480c5a57d7bfbb9b7d0d0037
treeba4e479d88a96f90f8c9e01df574ea9846a6ec63
parent1bf389a2bf95980efa6d2648a05bda2634dbec64
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
configs/ruby/MI_example.py
configs/ruby/Network_test.py
src/mem/ruby/structures/Cache.py [deleted file]
src/mem/ruby/structures/RubyCache.py [new file with mode: 0644]
src/mem/ruby/structures/SConscript