gem5/configs/ruby
Andreas Hansson f85286b3de MEM: Add port proxies instead of non-structural ports
Port proxies are used to replace non-structural ports, and thus enable
all ports in the system to correspond to a structural entity. This has
the advantage of accessing memory through the normal memory subsystem
and thus allowing any constellation of distributed memories, address
maps, etc. Most accesses are done through the "system port" that is
used for loading binaries, debugging etc. For the entities that belong
to the CPU, e.g. threads and thread contexts, they wrap the CPU data
port in a port proxy.

The following replacements are made:
FunctionalPort      > PortProxy
TranslatingPort     > SETranslatingPortProxy
VirtualPort         > FSTranslatingPortProxy

--HG--
rename : src/mem/vport.cc => src/mem/fs_translating_port_proxy.cc
rename : src/mem/vport.hh => src/mem/fs_translating_port_proxy.hh
rename : src/mem/translating_port.cc => src/mem/se_translating_port_proxy.cc
rename : src/mem/translating_port.hh => src/mem/se_translating_port_proxy.hh
2012-01-17 12:55:08 -06:00
..
MESI_CMP_directory.py Ruby: Fix instantiations of DMA controller and sequencer 2011-07-26 12:20:22 -05:00
MI_example.py Ruby: Fix instantiations of DMA controller and sequencer 2011-07-26 12:20:22 -05:00
MOESI_CMP_directory.py Ruby: Fix instantiations of DMA controller and sequencer 2011-07-26 12:20:22 -05:00
MOESI_CMP_token.py Ruby: Fix instantiations of DMA controller and sequencer 2011-07-26 12:20:22 -05:00
MOESI_hammer.py Ruby Cache: Add param for marking caches as instruction only 2012-01-07 07:38:53 -06:00
Network_test.py Network_test: Conform it with functional access changes in Ruby 2011-07-03 11:33:46 -05:00
Ruby.py MEM: Add port proxies instead of non-structural ports 2012-01-17 12:55:08 -06:00