summaryrefslogtreecommitdiff
path: root/configs/ruby/Ruby.py
diff options
context:
space:
mode:
authorBrad Beckmann <Brad.Beckmann@amd.com>2010-08-20 11:41:35 -0700
committerBrad Beckmann <Brad.Beckmann@amd.com>2010-08-20 11:41:35 -0700
commit7816d0d12b87ace096dba5282be1f054c4615c95 (patch)
tree08cb7748ef840c1d3648cf7ff1ab8cf24d6ab010 /configs/ruby/Ruby.py
parente0754c0f6c046147926088c4b356d2a9c199bce2 (diff)
downloadgem5-7816d0d12b87ace096dba5282be1f054c4615c95.tar.xz
config: moved python protocol config files
Moved the python protocol config files back to their original location to avoid addToPath calls. --HG-- rename : configs/ruby/protocols/MESI_CMP_directory.py => configs/ruby/MESI_CMP_directory.py rename : configs/ruby/protocols/MI_example.py => configs/ruby/MI_example.py rename : configs/ruby/protocols/MOESI_CMP_directory.py => configs/ruby/MOESI_CMP_directory.py rename : configs/ruby/protocols/MOESI_CMP_token.py => configs/ruby/MOESI_CMP_token.py rename : configs/ruby/protocols/MOESI_hammer.py => configs/ruby/MOESI_hammer.py
Diffstat (limited to 'configs/ruby/Ruby.py')
-rw-r--r--configs/ruby/Ruby.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/ruby/Ruby.py b/configs/ruby/Ruby.py
index 5912b1cd5..66293af64 100644
--- a/configs/ruby/Ruby.py
+++ b/configs/ruby/Ruby.py
@@ -30,7 +30,6 @@
import m5
from m5.objects import *
from m5.defines import buildEnv
-from m5.util import addToPath
def create_system(options, physmem, piobus = None, dma_devices = []):