Review Board 2.0.15


Andreas Hansson got review request #1881!

config: Add a system clock command-line option

Review Request #1881 - Created May 23, 2013 and submitted - Latest diff uploaded

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9738:54a18bf193b4
---------------------------
config: Add a system clock command-line option

This patch adds a 'sys_clock' command-line option and use it to assign
clocks to the system during instantiation.

As part of this change, the default clock in the System class is
removed and whenever a system is instantiated a system clock value
must be set. A default value is provided for the command-line option.

The configs and tests are updated accordingly.
All regressions pass