dev-arm: add FixedClock SimObject
authorAdrian Herrera <adrian.herrera@arm.com>
Wed, 4 Dec 2019 18:31:39 +0000 (18:31 +0000)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Tue, 21 Jan 2020 09:57:41 +0000 (09:57 +0000)
commit5c3e8efeca37558d8fc073a60c8181512a97d093
tree04d235675c6ce4362db368b5f3f42ddd6740e5aa
parent454ba32c519ff1d16ba25b88d14b408810c67f86
dev-arm: add FixedClock SimObject

This patch adds a simple fixed-rate clock implementation based on
SrcClockDomain. This provides RealView-derived platform users with
a convenient way for auto-generating their platform clocks in the DTB.

Change-Id: Ifade0cc8ed1b9e3423745698442cac5d8b99ab63
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24223
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/dev/arm/RealView.py