There is one detail in Garnet/Orion that probably needs to be moved to python.
It's the "router.cfg" file for the Orion stats which is hard coded into the C++ here: m5-ix-link-ruby/src/mem/ruby/network/orion/NetworkPower.cc:79: const string cfg_fn = "src/mem/ruby/network/orion/router.cfg" The contents of that file is just a bunch of values to be read by Orion when Garnet finishes. As it is now, this forces you to copy this long directory path whenever you are exporting the build directory to run M5 on a cluster of machines. Tushar, is this something that you'd be willing to look into? Someone else? -- - Korey _______________________________________________ m5-dev mailing list m5-dev@m5sim.org http://m5sim.org/mailman/listinfo/m5-dev