On Mon, 21 Mar 2011, xuewen zhou wrote:
hello , every body ,could someone tell me how to use M5(configure it with the number cores , connection--crossbar,and memory),Thank you very much!
The number of cores is configured with the command line parameter '-n', as in -n 4 would create a four-processor system. Ruby uses Crossbar by default, so as such there is no need to change the topology. You can do so by using the option --topology <topology name>. The available topologies are in the directory src/mem/ruby/network/topologies.
Have a look at the file configs/common/Options.py for more command line parameters.
-- Nilay _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
