gem5/src/mem/ruby/network/simple
David Hashe b6b972da99 ruby: rename System.{hh,cc} to RubySystem.{hh,cc}
The eventual aim of this change is to pass RubySystem pointers through to
objects generated from the SLICC protocol code.

Because some of these objects need to dereference their RubySystem pointers,
they need access to the System.hh header file.

In src/mem/ruby/SConscript, the MakeInclude function creates single-line header
files in the build directory that do nothing except include the corresponding
header file from the source tree.

However, SLICC also generates a list of header files from its symbol table, and
writes it to mem/protocol/Types.hh in the build directory. This code assumes
that the header file name is the same as the class name.

The end result of this is the many of the generated slicc files try to include
RubySystem.hh, when the file they really need is System.hh. The path of least
resistence is just to rename System.hh to RubySystem.hh.

--HG--
rename : src/mem/ruby/system/System.cc => src/mem/ruby/system/RubySystem.cc
rename : src/mem/ruby/system/System.hh => src/mem/ruby/system/RubySystem.hh
2015-09-16 12:03:03 -04:00
..
PerfectSwitch.cc ruby: perfect switch: refactor code 2015-09-12 16:16:17 -05:00
PerfectSwitch.hh ruby: perfect switch: refactor code 2015-09-12 16:16:17 -05:00
SConscript BuildEnv: Eliminate RUBY as build environment variable 2011-08-08 10:50:13 -05:00
SimpleLink.cc network: basic link bw for garnet and simple networks 2011-04-28 17:18:14 -07:00
SimpleLink.hh network: basic link bw for garnet and simple networks 2011-04-28 17:18:14 -07:00
SimpleLink.py sim: Include object header files in SWIG interfaces 2012-11-02 11:32:01 -05:00
SimpleNetwork.cc ruby: rename System.{hh,cc} to RubySystem.{hh,cc} 2015-09-16 12:03:03 -04:00
SimpleNetwork.hh ruby: network: drop member m_in_use 2015-08-30 12:24:18 -05:00
SimpleNetwork.py ruby: Expose MessageBuffers as SimObjects 2015-08-14 00:19:44 -05:00
Switch.cc ruby: reverts to changeset: bf82f1f7b040 2015-08-19 10:02:01 -05:00
Switch.hh ruby: Expose MessageBuffers as SimObjects 2015-08-14 00:19:44 -05:00
Throttle.cc ruby: rename System.{hh,cc} to RubySystem.{hh,cc} 2015-09-16 12:03:03 -04:00
Throttle.hh ruby: rename System.{hh,cc} to RubySystem.{hh,cc} 2015-09-16 12:03:03 -04:00