misc: Add support for switching multiple cores in SystemC
authorPaul Rosenfeld <prosenfeld@micon.com>
Fri, 27 Jan 2017 21:03:17 +0000 (15:03 -0600)
committerPaul Rosenfeld <prosenfeld@micon.com>
Fri, 27 Jan 2017 21:03:17 +0000 (15:03 -0600)
commitc5df9308c99bd4af41b24119e2d86bde9eafdfa4
treeffb0c12f714f04c99882521037bd48e6f0938f06
parente9889c46edf8591b18d52dd27accb55457139537
misc: Add support for switching multiple cores in SystemC

This patch adds a '-n' flag to the gem5 SystemC driver which allows
multiple CPUs to be switched out to a new CPU. Primarily this involves
appending CPU numbers to the objects searched for in the config
manager if there are multiple CPUs in the system.

Note that an equivalent change should be made to the util/cxx_config driver,
but I wanted to get input on this first before making the same change over
there

Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
util/systemc/main.cc