gem5/configs/example
Andreas Hansson 3477d60d5c config: Add a mem-type config option to se/fs scripts
This patch enables selection of the memory controller class through a
mem-type command-line option. Behind the scenes, this option is
treated much like the cpu-type, and a similar framework is used to
resolve the valid options, and translate the short-hand description to
a valid class.

The regression scripts are updated with a hardcoded memory class for
the moment. The best solution going forward is probably to get the
memory out of the makeSystem functions, but Ruby complicates things as
it does not connect the memory controller to the membus.

--HG--
rename : configs/common/CpuConfig.py => configs/common/MemConfig.py
2013-04-22 13:20:33 -04:00
..
fs.py config: Add a mem-type config option to se/fs scripts 2013-04-22 13:20:33 -04:00
memtest.py Configs: Fix memtest cache latency to match new parameters 2012-09-27 08:59:25 -04:00
ruby_direct_test.py ruby: modify the directed tester to read/write streams 2012-12-11 10:05:55 -06:00
ruby_fs.py ruby: remove the functional copy of memory in se mode 2013-03-06 21:53:57 -06:00
ruby_mem_test.py ruby: improved support for functional accesses 2012-10-15 17:51:57 -05:00
ruby_network_test.py ruby: changes how Topologies are created 2012-07-10 22:51:53 -07:00
ruby_random_test.py ruby: remove the cpu assumptions for the random tester 2012-07-10 22:51:54 -07:00
se.py config: Add a mem-type config option to se/fs scripts 2013-04-22 13:20:33 -04:00