From 7816d0d12b87ace096dba5282be1f054c4615c95 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 20 Aug 2010 11:41:35 -0700 Subject: 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 --- configs/ruby/Ruby.py | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/ruby/Ruby.py') 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 = []): -- cgit v1.2.3