diff options
author | Nathan Binkert <nate@binkert.org> | 2009-09-22 15:24:16 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-09-22 15:24:16 -0700 |
commit | e9288b2cd35863c600d7ff7bf04f4c08e055e3e0 (patch) | |
tree | 038fd2281a4ac8df8d708a7f57fb7aa59ab81e4a /src/mem/protocol | |
parent | 9a8cb7db7e86c25a755f2e2817a0385b13e3ac32 (diff) | |
download | gem5-e9288b2cd35863c600d7ff7bf04f4c08e055e3e0.tar.xz |
scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access
Diffstat (limited to 'src/mem/protocol')
-rw-r--r-- | src/mem/protocol/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/protocol/SConscript b/src/mem/protocol/SConscript index 293346f13..700ab40ea 100644 --- a/src/mem/protocol/SConscript +++ b/src/mem/protocol/SConscript @@ -73,7 +73,6 @@ protocol = env['PROTOCOL'] sources = [ protocol_dir.File("RubySlicc_interfaces.slicc"), protocol_dir.File("%s.slicc" % protocol) ] -sys.path[0:0] = [env['ENV']['M5_PLY']] execfile(slicc_dir.File('parser/parser.py').srcnode().abspath) sm_files = read_slicc([s.srcnode().abspath for s in sources]) |