gem5/configs/example
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
..
fs.py ARM: Add support for running multiple systems 2012-01-09 18:08:20 -06:00
memtest.py memtest: scale associativity and mshrs according to config 2010-08-25 21:55:42 -07:00
ruby_direct_test.py Ruby: Add support for functional accesses 2011-06-30 19:49:26 -05:00
ruby_fs.py Ruby FS: Add the options for kernel and simulation script 2011-10-29 16:54:57 -05:00
ruby_mem_test.py config: removed unnecessary slashes 2011-06-30 19:54:02 -05:00
ruby_network_test.py config: removed unnecessary slashes 2011-06-30 19:54:02 -05:00
ruby_random_test.py Ruby: Add support for functional accesses 2011-06-30 19:49:26 -05:00
se.py MEM: Add port proxies instead of non-structural ports 2012-01-17 12:55:08 -06:00