gem5/configs/example
Andreas Hansson a8e6adb0b1 Atomic: Remove the physmem_port and access memory directly
This patch removes the physmem_port from the Atomic CPU and instead
uses the system pointer to access the physmem when using the fastmem
option. The system already keeps track of the physmem and the valid
memory address ranges, and with this patch we merely make use of that
existing functionality. As a result of this change, the overloaded
getMasterPort in the Atomic CPU can be removed, thus unifying the CPUs.
2012-04-03 03:50:14 -04:00
..
fs.py Atomic: Remove the physmem_port and access memory directly 2012-04-03 03:50:14 -04:00
memtest.py MEM: Fix residual bus ports and make them master/slave 2012-02-14 14:15:30 -05:00
ruby_direct_test.py MEM: Fix master/slave ports in Ruby and non-regression scripts 2012-02-14 03:41:53 -05:00
ruby_fs.py Config: Change the way options are added 2012-03-28 11:01:53 -05:00
ruby_mem_test.py MEM: Fix master/slave ports in Ruby and non-regression scripts 2012-02-14 03:41:53 -05:00
ruby_network_test.py MEM: Fix master/slave ports in Ruby and non-regression scripts 2012-02-14 03:41:53 -05:00
ruby_random_test.py MEM: Fix master/slave ports in Ruby and non-regression scripts 2012-02-14 03:41:53 -05:00
se.py Atomic: Remove the physmem_port and access memory directly 2012-04-03 03:50:14 -04:00