diff options
author | Nathan Binkert <binkertn@umich.edu> | 2007-01-25 15:00:04 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2007-01-25 15:00:04 -0500 |
commit | 1c2949a2ff3ff448f6f706b53ecca4a5ae91afff (patch) | |
tree | 93938f3714e0ca7a150c80bd488cbd61819414f1 /src/python/m5/objects/Tsunami.py | |
parent | 8561c8366c7c9afd7e6b52b6e2385b3c1dde95a9 (diff) | |
parent | 73dd0ea35716b90c8448d729273cc153888a223b (diff) | |
download | gem5-1c2949a2ff3ff448f6f706b53ecca4a5ae91afff.tar.xz |
Merge zizzer.eecs.umich.edu:/bk/newmem
into zeep.pool:/y/binkertn/research/m5/rtc
--HG--
extra : convert_revision : 65ddda89f38c5fa874722c20e5d82ed1bb4e12d9
Diffstat (limited to 'src/python/m5/objects/Tsunami.py')
-rw-r--r-- | src/python/m5/objects/Tsunami.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/python/m5/objects/Tsunami.py b/src/python/m5/objects/Tsunami.py index 18a776a7f..3d8e6dd04 100644 --- a/src/python/m5/objects/Tsunami.py +++ b/src/python/m5/objects/Tsunami.py @@ -13,8 +13,10 @@ class TsunamiCChip(BasicPioDevice): class TsunamiIO(BasicPioDevice): type = 'TsunamiIO' - time = Param.Time('01/01/2009', + time = Param.Time('01/01/2006', "System time to use ('Now' for actual time)") + year_is_bcd = Param.Bool(False, + "The RTC should interpret the year as a BCD value") tsunami = Param.Tsunami(Parent.any, "Tsunami") frequency = Param.Frequency('1024Hz', "frequency of interrupts") |