diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2009-08-17 20:25:15 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2009-08-17 20:25:15 -0700 |
commit | 8f49cd11232f188449133e6d1544428f1bd389f4 (patch) | |
tree | 578cf957dd2b17b3b4745d8279521ffe399bc04c /src/dev/x86 | |
parent | 9df74ab401e7c6a09cd3e549aea5fe99ce5932c8 (diff) | |
download | gem5-8f49cd11232f188449133e6d1544428f1bd389f4.tar.xz |
X86: Move the simulated date in X86_FS forward to 2012.
Diffstat (limited to 'src/dev/x86')
-rw-r--r-- | src/dev/x86/Cmos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/Cmos.py b/src/dev/x86/Cmos.py index 0a92145e2..0e09d417b 100644 --- a/src/dev/x86/Cmos.py +++ b/src/dev/x86/Cmos.py @@ -34,7 +34,7 @@ from X86IntPin import X86IntSourcePin class Cmos(BasicPioDevice): type = 'Cmos' cxx_class='X86ISA::Cmos' - time = Param.Time('01/01/2009', + time = Param.Time('01/01/2012', "System time to use ('Now' for actual time)") pio_latency = Param.Latency('1ns', "Programmed IO latency in simticks") int_pin = Param.X86IntSourcePin(X86IntSourcePin(), |