config: Remove redundant explicit setting of default clocks
authorAkash Bagdia <akash.bagdia@arm.com>
Thu, 27 Jun 2013 09:49:49 +0000 (05:49 -0400)
committerAkash Bagdia <akash.bagdia@arm.com>
Thu, 27 Jun 2013 09:49:49 +0000 (05:49 -0400)
commit7eccb1b779cb6458ed78ba73f2fdabe94fa805b3
treea47dc043defd5ff0afad3bdf103bc1a147dc0091
parentf821c5472b5e524053846bd57b83c81238be159f
config: Remove redundant explicit setting of default clocks

This patch removes the explicit setting of the clock period for
certain instances of CoherentBus, NonCoherentBus and IOCache where the
specified clock is same as the default value of the system clock. As
all the values used are the defaults, there are no performance
changes. There are similar cases where the toL2Bus is set to use the
parent CPU clock which is already the default behaviour.

The main motivation for these simplifications is to ease the
introduction of clock domains.
configs/example/fs.py
src/cpu/BaseCPU.py
src/dev/CopyEngine.py
src/dev/arm/RealView.py
src/mem/ruby/system/RubySystem.py
tests/configs/base_config.py
tests/configs/memtest.py
tests/configs/tgen-simple-dram.py
tests/configs/tgen-simple-mem.py