dev: Make default clock more reasonable for system and devices
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 25 Oct 2012 17:14:44 +0000 (13:14 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 25 Oct 2012 17:14:44 +0000 (13:14 -0400)
commit6f6adbf0f6a4ca96cf44a24ea575860af56eb7b2
treedfaacd19e7e947149b52b7d5d55fe069ed7aede0
parent8fe556338db4cc50a3f1ba20306bc5e464941f2b
dev: Make default clock more reasonable for system and devices

This patch changes the default system clock from 1THz to 1GHz. This
clock is used by all modules that do not override the default (parent
clock), and primarily affects the IO subsystem. Every DMA device uses
its clock to schedule the next transfer, and the change will thus
cause this inter-transfer delay to be longer.

The default clock of the bus is removed, as the clock inherited from
the system provides exactly the same value.

A follow-on patch will bump the stats.
src/mem/Bus.py
src/sim/System.py