Review Board 2.0.15


misc: Add support for switching multiple cores in SystemC

Review Request #3360 - Created March 4, 2016 and updated - Latest diff uploaded

Information
Paul Rosenfeld
gem5
default
Reviewers
Default
Changeset 11763:0b76489963ee
---------------------------
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